Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 4987 in orxonox.OLD for orxonox/trunk/src/lib/math


Ignore:
Timestamp:
Aug 12, 2005, 4:12:15 PM (19 years ago)
Author:
bensch
Message:

orxonox/trunk: introducing smooth-PNode

File:
1 edited

Legend:

Unmodified
Added
Removed
  • orxonox/trunk/src/lib/math/vector.cc

    r4966 r4987  
    5656void Vector::debug() const
    5757{
    58   PRINT(0)("Vector Debug information\n");
    5958  PRINT(0)("x: %f; y: %f; z: %f", x, y, z);
    60   PRINT(3)(" lenght: %f", len());
     59  PRINT(0)(" lenght: %f", len());
    6160  PRINT(0)("\n");
    6261}
Note: See TracChangeset for help on using the changeset viewer.