Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 7003 in orxonox.OLD for trunk/src/lib/math/quaternion.h


Ignore:
Timestamp:
Feb 3, 2006, 2:55:14 AM (18 years ago)
Author:
bensch
Message:

orxonox/trunk: fixed a nasty PNode bug …
@patrick: you were right about it being still debugged :)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/lib/math/quaternion.h

    r6627 r7003  
    103103  static Quaternion quatSlerp(const Quaternion& from, const Quaternion& to, float t);
    104104
    105   void debug();
    106   void debug2();
     105  void debug() const;
     106  void debug2() const;
    107107
    108108
Note: See TracChangeset for help on using the changeset viewer.