Changeset 7191 in orxonox.OLD for trunk/src/lib/math/quaternion.h
- Timestamp:
- Mar 1, 2006, 10:30:06 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/lib/math/quaternion.h
r7003 r7191 101 101 inline float getSpacialAxisAngle() const { return 360.0 / M_PI * acos( this->w ); }; 102 102 103 104 inline void slerpTo(const Quaternion& toQuat, float t); 103 105 static Quaternion quatSlerp(const Quaternion& from, const Quaternion& to, float t); 104 106
Note: See TracChangeset
for help on using the changeset viewer.