Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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


Ignore:
Timestamp:
Aug 23, 2005, 11:13:56 PM (19 years ago)
Author:
bensch
Message:

orxonox/trunk: reverted the last steps, because they created a huge pack of seg-faults

File:
1 edited

Legend:

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

    r5109 r5111  
    6666  /** @returns the relative position */
    6767  inline const Vector& getRelCoor () const { return this->prevRelCoordinate; };
    68   /** @returns the Relative Coordinate Destination */
    69   inline const Vector& getRelCoorSoft2D() const { return (this->toCoordinate)?*this->toCoordinate:this->relCoordinate; };
    7068  void setAbsCoor (const Vector& absCoord);
    7169  void setAbsCoor (float x, float y, float z);
     
    8078  /** @returns the relative Direction */
    8179  inline const Quaternion& getRelDir () const { return this->prevRelDirection; };
    82   /** @returns the Relative Directional Destination */
    83   inline const Quaternion& getRelDirSoft2D() const { return (this->toDirection)?*this->toDirection:this->relDirection; };
    8480  /** @returns a Vector pointing into the relative Direction */
    8581  inline Vector getRelDirV() const { return this->prevRelDirection.apply(Vector(0,1,0)); };
Note: See TracChangeset for help on using the changeset viewer.