Changeset 9498 for code/branches/presentationHS12/src/orxonox/interfaces
- Timestamp:
- Dec 10, 2012, 3:06:52 PM (12 years ago)
- Location:
- code/branches/presentationHS12
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/presentationHS12
- Property svn:mergeinfo changed
/code/branches/spaceNavigation (added) merged: 9381,9400,9421,9429,9434-9435,9443-9444,9450,9457,9468,9471-9472,9484,9486,9495-9496
- Property svn:mergeinfo changed
-
code/branches/presentationHS12/src/orxonox/interfaces/RadarViewable.cc
r9257 r9498 102 102 } 103 103 104 Vector3 RadarViewable::getRVVelocity() const 105 { 106 const WorldEntity* object = this->getWorldEntity(); 107 validate(object); 108 return object->getVelocity(); 109 } 110 104 111 void RadarViewable::validate(const WorldEntity* object) const 105 112 { -
code/branches/presentationHS12/src/orxonox/interfaces/RadarViewable.h
r9348 r9498 113 113 const Vector3& getRVWorldPosition() const; 114 114 Vector3 getRVOrientedVelocity() const; 115 Vector3 getRVVelocity() const; 115 116 116 117 inline void setRadarObjectShape(Shape shape)
Note: See TracChangeset
for help on using the changeset viewer.