Changeset 4196 in orxonox.OLD for orxonox/branches/openAL/src/lib/math
- Timestamp:
- May 16, 2005, 3:16:33 PM (20 years ago)
- Location:
- orxonox/branches/openAL/src/lib/math
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/branches/openAL/src/lib/math/vector.cc
r4194 r4196 329 329 */ 330 330 331 Vector Quaternion::apply ( Vector& v) const331 Vector Quaternion::apply (const Vector& v) const 332 332 { 333 333 Quaternion q; -
orxonox/branches/openAL/src/lib/math/vector.h
r4194 r4196 96 96 return r;} 97 97 Quaternion inverse () const; 98 Vector apply ( Vector& f) const;98 Vector apply (const Vector& f) const; 99 99 float norm () const; 100 100 void matrix (float m[4][4]) const;
Note: See TracChangeset
for help on using the changeset viewer.