Changeset 10601 in orxonox.OLD for branches/cleanup/src/lib/collision_detection
- Timestamp:
- Mar 23, 2007, 12:21:42 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/cleanup/src/lib/collision_detection/obb_tree_node.cc
r10033 r10601 629 629 PRINTF(5)("s = %f, rA+rB = %f\n", fabs(t.dot(l)), rA+rB); 630 630 631 //TODO valgrind complains about uninitialised value here 631 632 if( (rA + rB) < fabs(t.dot(l))) 632 633 {
Note: See TracChangeset
for help on using the changeset viewer.