Changeset 4571 in orxonox.OLD for orxonox/trunk/src/lib/coord
- Timestamp:
- Jun 10, 2005, 12:58:27 AM (20 years ago)
- Location:
- orxonox/trunk/src/lib/coord
- Files:
-
- 2 deleted
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/trunk/src/lib/coord/p_node.cc
r4570 r4571 447 447 \brief displays some information about this pNode 448 448 */ 449 void PNode::debug( )449 void PNode::debug(unsigned int depth) const 450 450 { 451 451 PRINTF(2)("PNode::debug() - absCoord: (%f, %f, %f)\n", -
orxonox/trunk/src/lib/coord/p_node.h
r4570 r4571 94 94 void update (float dt); 95 95 96 void debug ( );96 void debug (unsigned int depth = 1) const; 97 97 void debugDraw(float size = 1.0) const; 98 98
Note: See TracChangeset
for help on using the changeset viewer.