Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 4771 in orxonox.OLD for orxonox/trunk/src/lib/coord/p_node.h


Ignore:
Timestamp:
Jul 2, 2005, 1:33:32 PM (19 years ago)
Author:
bensch
Message:

orxonox/trunk: PNode loading complete

File:
1 edited

Legend:

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

    r4765 r4771  
    7171
    7272  void setRelDir (const Quaternion& relDir);
     73  void setRelDir (float x, float y, float z);
    7374  /** \returns the relative Direction */
    7475  inline const Quaternion& getRelDir () const { return this->relDirection; };
     
    7677  inline Vector getRelDirV() const { return this->relDirection.apply(Vector(0,1,0)); };
    7778  void setAbsDir (const Quaternion& absDir);
     79  void setAbsDir (float x, float y, float z);
    7880  /** \returns the absolute Direction */
    7981  inline const Quaternion& getAbsDir () const { return this->absDirection; };
Note: See TracChangeset for help on using the changeset viewer.