Changeset 4575 in orxonox.OLD for orxonox/trunk
- Timestamp:
- Jun 10, 2005, 2:01:32 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/trunk/src/lib/coord/p_node.cc
r4574 r4575 453 453 { 454 454 for (unsigned int i = 0; i < level; i++) 455 PRINT(0)(" |");455 PRINT(0)(" |"); 456 456 if (this->children->getSize() > 0) 457 PRINT(0)("+"); 457 PRINT(0)(" +"); 458 else 459 PRINT(0)(" -"); 458 460 PRINT(0)("PNode(%s::%s) - absCoord: (%0.2f, %0.2f, %0.2f), relCoord(%0.2f, %0.2f, %0.2f)\n", 459 461 this->getClassName(),
Note: See TracChangeset
for help on using the changeset viewer.