Changeset 4836 in orxonox.OLD for orxonox/trunk/src/lib/coord/null_parent.cc
- Timestamp:
- Jul 12, 2005, 12:33:16 AM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/trunk/src/lib/coord/null_parent.cc
r4448 r4836 25 25 26 26 /** 27 \returns the Reference to the NullParent27 * @returns the Reference to the NullParent 28 28 */ 29 29 NullParent* NullParent::getInstance () … … 35 35 36 36 /** 37 \briefcreates the one and only NullParent38 \param absCoordinate the cordinate of the Parent (normally Vector(0,0,0))37 * creates the one and only NullParent 38 * @param absCoordinate the cordinate of the Parent (normally Vector(0,0,0)) 39 39 */ 40 40 NullParent::NullParent (const Vector& absCoordinate) : PNode (absCoordinate, NULL) … … 49 49 50 50 /** 51 \briefstandard deconstructor51 * standard deconstructor 52 52 */ 53 53 NullParent::~NullParent ()
Note: See TracChangeset
for help on using the changeset viewer.