source: GTP/trunk/Lib/Vis/Preprocessing/src/Triangle3.cpp @ 860

Revision 860, 161 bytes checked in by mattausch, 18 years ago (diff)
Line 
1#include "Triangle3.h"
2
3using namespace GtpVisibilityPreprocessor {
4
5float
6Triangle3::GetSpatialAngle(const Vector3 &point) const
7{
8  return 0.0f;
9}
10
11}
Note: See TracBrowser for help on using the repository browser.