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

Revision 863, 155 bytes checked in by mattausch, 18 years ago (diff)

working on preprocessor integration
added iv stuff

Line 
1#include "Triangle3.h"
2
3namespace 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.