- Timestamp:
- Nov 10, 2015, 4:37:34 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/AI_HS15/src/orxonox/controllers/CommonController.h
r10789 r10793 111 111 112 112 void setTarget(ControllableEntity* target); 113 113 bool hasTarget(); 114 114 void setTargetOrientation(const Quaternion& orient); 115 115 void setTargetOrientation(ControllableEntity* target); … … 153 153 Quaternion targetOrientation_; 154 154 155 155 void setPositionOfTarget(const Vector3& target); 156 void setOrientationOfTarget(const Quaternion& orient); 156 157 bool bHasPositionOfTarget_; 157 158 Vector3 positionOfTarget_; … … 165 166 166 167 168 void chooseManeuverType(); 167 169 168 170 FormationMode::Value formationMode_;
Note: See TracChangeset
for help on using the changeset viewer.