Changeset 9457 for code/branches/spaceNavigation/src/orxonox
- Timestamp:
- Nov 19, 2012, 4:06:56 PM (12 years ago)
- Location:
- code/branches/spaceNavigation/src/orxonox/interfaces
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/spaceNavigation/src/orxonox/interfaces/RadarViewable.cc
r9257 r9457 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/spaceNavigation/src/orxonox/interfaces/RadarViewable.h
r9348 r9457 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.