Changeset 10655 in orxonox.OLD for branches/vs-enhencements/src/lib/math/quaternion.h
- Timestamp:
- May 13, 2007, 1:27:37 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/vs-enhencements/src/lib/math/quaternion.h
r10640 r10655 115 115 116 116 117 inlinevoid slerpTo(const Quaternion& toQuat, float t);117 void slerpTo(const Quaternion& toQuat, float t); 118 118 static Quaternion quatSlerp(const Quaternion& from, const Quaternion& to, float t); 119 119
Note: See TracChangeset
for help on using the changeset viewer.