Changeset 2575 for GTP/trunk/Lib/Vis/Preprocessing/src/Ray.h
- Timestamp:
- 01/03/08 15:53:44 (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
GTP/trunk/Lib/Vis/Preprocessing/src/Ray.h
r2176 r2575 128 128 // Inititalize the ray again when already constructed 129 129 void Init(const Vector3 &wherefrom, 130 131 132 130 const Vector3 &whichdir, 131 const int _type, 132 bool dirNormalized = false) { 133 133 loc = wherefrom; 134 134 dir = (dirNormalized || _type == LINE_SEGMENT) ? whichdir: Normalize(whichdir) ;
Note: See TracChangeset
for help on using the changeset viewer.