Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
May 16, 2005, 3:16:33 PM (19 years ago)
Author:
bensch
Message:

orxonox/branches/openAL: implemented some basic Functions

File:
1 edited

Legend:

Unmodified
Added
Removed
  • orxonox/branches/openAL/src/lib/coord/p_node.h

    r4194 r4196  
    6666  void setRelDir (const Quaternion& relDir);
    6767  inline const Quaternion& getAbsDir () const { return this->absDirection; }
     68  inline Vector getAbsDirV(void) const { return this->absDirection.apply(Vector(0,1,0)); }
    6869  void setAbsDir (const Quaternion& absDir);
    6970  void shiftDir (const Quaternion& shift);
Note: See TracChangeset for help on using the changeset viewer.