Changeset 4196 in orxonox.OLD for orxonox/branches/openAL/src/lib/math/vector.h
- Timestamp:
- May 16, 2005, 3:16:33 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
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.