Changeset 5748 in orxonox.OLD for branches/world_entities/src/lib/coord
- Timestamp:
- Nov 23, 2005, 11:51:48 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/world_entities/src/lib/coord/p_node.h
r5576 r5748 70 70 inline const Vector& getAbsCoor () const { return this->absCoordinate; }; 71 71 void shiftCoor (const Vector& shift); 72 void shiftCoor (float x, float y, float z) { this->shiftCoor(Vector(x, y, z)); }; 72 73 73 74 void setRelDir (const Quaternion& relDir);
Note: See TracChangeset
for help on using the changeset viewer.