--------------------------------------------- GET POSITION -----------------------------------------------
| 49 | } |
| 50 | //--------------------------------------------- GET POSITION ----------------------------------------------- |
| 51 | Position UnitImpl::getPosition() const |
| 52 | { |
| 53 | return Position(self->positionX, self->positionY); |
| 54 | } |
| 55 | //--------------------------------------------- GET ANGLE -------------------------------------------------- |
| 56 | double UnitImpl::getAngle() const |
| 57 | { |