source:
trunk/VUT/GtpVisibilityPreprocessor/src/Triangle3.cpp
@
191
Revision 191, 111 bytes checked in by bittner, 19 years ago (diff) |
---|
Line | |
---|---|
1 | #include "Triangle3.h" |
2 | |
3 | float |
4 | Triangle3::GetSpatialAngle(const Vector3 &point) const |
5 | { |
6 | return 0.0f; |
7 | } |
Note: See TracBrowser
for help on using the repository browser.