Changeset 5692 in orxonox.OLD for trunk/src/lib/collision_detection
- Timestamp:
- Nov 22, 2005, 12:37:29 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/lib/collision_detection/obb_tree_node.cc
r5689 r5692 233 233 Vector p, q, r; //!< holder of the polygon data, much more conveniant to work with Vector than sVec3d 234 234 Vector t1, t2; //!< temporary values 235 float covariance[3][3] ;//!< the covariance matrix235 float covariance[3][3] = {0,0,0, 0,0,0, 0,0,0};//!< the covariance matrix 236 236 int mode = 0; //!< mode = 0: vertex soup, no connections, mode = 1: 3 following verteces build a triangle 237 237
Note: See TracChangeset
for help on using the changeset viewer.