* Gets map's center position. * @return Map's center position. */
| 443 | * @return Map's center position. |
| 444 | */ |
| 445 | Position Camera::getCenterPosition() |
| 446 | { |
| 447 | _center.z = _mapOffset.z; |
| 448 | return _center; |
| 449 | } |
| 450 | |
| 451 | /** |
| 452 | * Converts screen coordinates to map coordinates. |
no outgoing calls
no test coverage detected