Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 5748 in orxonox.OLD for branches/world_entities/src/lib


Ignore:
Timestamp:
Nov 23, 2005, 11:51:48 PM (19 years ago)
Author:
bensch
Message:

orxonox/we: minor change(sync)

File:
1 edited

Legend:

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

    r5576 r5748  
    7070  inline const Vector& getAbsCoor () const { return this->absCoordinate; };
    7171  void shiftCoor (const Vector& shift);
     72  void shiftCoor (float x, float y, float z) { this->shiftCoor(Vector(x, y, z)); };
    7273
    7374  void setRelDir (const Quaternion& relDir);
Note: See TracChangeset for help on using the changeset viewer.