Changeset 10670 for code/branches/AI_HS15/src/modules/docking
- Timestamp:
- Oct 19, 2015, 4:01:54 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/AI_HS15/src/modules/docking/DockingController.cc
r9667 r10670 61 61 62 62 float distance = (this->dock_->getWorldPosition() - entity->getPosition()).length(); 63 Vector2 coord = get2DView coordinates( // I don't understand this too63 Vector2 coord = get2DViewCoordinates( // I don't understand this too 64 64 entity->getPosition(), 65 65 entity->getOrientation() * WorldEntity::FRONT,
Note: See TracChangeset
for help on using the changeset viewer.