 |
Cytopia
0.3
A city building simulation game
|
void centerScreenOnMapCenter()
Centers camera on the middle of the map.
double m_ZoomLevel
the current zoom level of the camera
void moveCamera(int xOffset, int yOffset)
Move the camera in the given direction.
ScreenDimension screenHeight
the screen height
void increaseZoomLevel()
Increases the zoom level of the camera.
void refreshVisibleMap()
Refresh the visible part of the map.
void decreaseZoomLevel()
Decreases the zoom level of the camera.
int mapSize
the size of the map
void setPinchDistance(float pinchDistance, int isoX, int isoY)
Sets the pinch distance for touch screens.
Point convertScreenToIsoCoordinates(const SDL_Point &screenCoordinates)
converts screen space coordinates to isometric space coordinates.
ScreenDimension screenWidth
the screen width
bool isWithinMapBoundaries() const
const double & zoomLevel() const noexcept
Point m_CenterIsoCoordinates
void centerScreenOnPoint(const Point &isoCoordinates)
Centers camera on given isometric coordinates.
static MapFunctions & instance(void)
Get an instance of the singleton.
const SDL_Point & cameraOffset() const noexcept
SDL_Point convertIsoToScreenCoordinates(const Point &isoCoordinates, bool calcWithoutOffset)
converts coordinates from isometric to screen space
const SDL_Point & tileSize() const noexcept