Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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


Ignore:
Timestamp:
Oct 19, 2005, 6:30:07 PM (19 years ago)
Author:
bensch
Message:

orxonox/trunk: update the Element2D-tree in the right order

File:
1 edited

Legend:

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

    r5405 r5406  
    6565  void setAbsCoor (const Vector& absCoord);
    6666  void setAbsCoor (float x, float y, float z);
     67  void setAbsCoorSoft(const Vector& absCoordSoft, float bias = 1.0);
     68  void setAbsCoorSoft(float x, float y, float z, float bias = 1.0);
    6769  /** @returns the absolute position */
    6870  inline const Vector& getAbsCoor () const { return this->absCoordinate; };
Note: See TracChangeset for help on using the changeset viewer.