Changeset 504 for trunk/VUT/GtpVisibilityPreprocessor/src/Plane3.h
- Timestamp:
- 01/06/06 11:31:28 (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/VUT/GtpVisibilityPreprocessor/src/Plane3.h
r487 r504 24 24 25 25 Plane3(const Vector3 &normal, 26 const Vector3 &point27 ):mNormal(normal)26 const Vector3 &point 27 ):mNormal(normal) 28 28 { 29 29 mD = -DotProd(normal, point);
Note: See TracChangeset
for help on using the changeset viewer.