Changeset 3951 in orxonox.OLD for orxonox/branches/particleEngine/src/lib/math
- Timestamp:
- Apr 25, 2005, 12:28:20 AM (20 years ago)
- Location:
- orxonox/branches/particleEngine/src/lib/math
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/branches/particleEngine/src/lib/math/vector.cc
r3860 r3951 172 172 \brief Outputs the values of the Vector 173 173 */ 174 void Vector::debug(void) 174 void Vector::debug(void) const 175 175 { 176 176 PRINT(0)("Vector Debug information\n"); -
orxonox/branches/particleEngine/src/lib/math/vector.h
r3860 r3951 53 53 Vector abs(); 54 54 55 void debug() ;55 void debug() const; 56 56 }; 57 57
Note: See TracChangeset
for help on using the changeset viewer.