Changeset 4987 in orxonox.OLD for orxonox/trunk/src/lib/math
- Timestamp:
- Aug 12, 2005, 4:12:15 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/trunk/src/lib/math/vector.cc
r4966 r4987 56 56 void Vector::debug() const 57 57 { 58 PRINT(0)("Vector Debug information\n");59 58 PRINT(0)("x: %f; y: %f; z: %f", x, y, z); 60 PRINT( 3)(" lenght: %f", len());59 PRINT(0)(" lenght: %f", len()); 61 60 PRINT(0)("\n"); 62 61 }
Note: See TracChangeset
for help on using the changeset viewer.