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