source:
GTP/trunk/Lib/Vis/Preprocessing/src/Triangle3.cpp
@
863
Revision 863, 155 bytes checked in by mattausch, 19 years ago (diff) |
---|
Line | |
---|---|
1 | #include "Triangle3.h" |
2 | |
3 | namespace GtpVisibilityPreprocessor { |
4 | |
5 | float |
6 | Triangle3::GetSpatialAngle(const Vector3 &point) const |
7 | { |
8 | return 0.0f; |
9 | } |
10 | |
11 | } |
Note: See TracBrowser
for help on using the repository browser.