Changeset 5750 in orxonox.OLD for trunk/src/lib/coord
- Timestamp:
- Nov 24, 2005, 12:13:22 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/lib/coord/p_node.h
r5414 r5750 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); … … 127 128 static const char* parentingModeToChar(int parentingMode); 128 129 static PARENT_MODE charToParentingMode(const char* parentingMode); 130 131 129 132 private: 130 133 void init(PNode* parent);
Note: See TracChangeset
for help on using the changeset viewer.