Changeset 4196 in orxonox.OLD for orxonox/branches/openAL/src/lib/coord
- Timestamp:
- May 16, 2005, 3:16:33 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/branches/openAL/src/lib/coord/p_node.h
r4194 r4196 66 66 void setRelDir (const Quaternion& relDir); 67 67 inline const Quaternion& getAbsDir () const { return this->absDirection; } 68 inline Vector getAbsDirV(void) const { return this->absDirection.apply(Vector(0,1,0)); } 68 69 void setAbsDir (const Quaternion& absDir); 69 70 void shiftDir (const Quaternion& shift);
Note: See TracChangeset
for help on using the changeset viewer.