Changeset 5431 in orxonox.OLD for trunk/src/lib/collision_detection/obb_tree_node.h
- Timestamp:
- Oct 24, 2005, 11:54:17 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/lib/collision_detection/obb_tree_node.h
r5430 r5431 8 8 #define _OBB_TREE_NODE_H 9 9 10 #include "glincl.h"11 10 #include "bv_tree_node.h" 12 11 … … 69 68 int tmpLen1; //!< len vert data obbox1 70 69 int tmpLen2; //!< len vert data obbox2 70 71 static float** coMat; 72 static float** eigvMat; 73 static float* eigvlMat; 74 static int* rotCount; 71 75 }; 72 76
Note: See TracChangeset
for help on using the changeset viewer.