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

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