Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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


Ignore:
Timestamp:
Jun 12, 2005, 11:48:07 PM (19 years ago)
Author:
bensch
Message:

orxonox/trunk: 1. timestep different, now the game runs smoother on my laptop…. with this we have to play around some

  1. implemented PNode::abs-coor, rel-coor for loading
File:
1 edited

Legend:

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

    r4574 r4610  
    5656
    5757  void setRelCoor (const Vector& relCoord);
     58  void setRelCoor (float x, float y, float z);
    5859  /** \returns the relative position */
    5960  inline const Vector& getRelCoor () const { return this->relCoordinate; };
    6061  void setAbsCoor (const Vector& absCoord);
     62  void setAbsCoor (float x, float y, float z);
    6163  /** \returns the absolute position */
    6264  inline const Vector& getAbsCoor () const { return this->absCoordinate; };
Note: See TracChangeset for help on using the changeset viewer.