Package org.collebol.engine.math
Class CameraCalculator
java.lang.Object
org.collebol.engine.math.CameraCalculator
You can calculate camera data here.
- Since:
- 1.0-dev
- Author:
- ColleBol - contact@collebol.org
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetGameLocationFromPanelPosition(Vector2D position) This calculates method will calculate the current GameLocation on the given Vector2D cords.getPanelPositionFromGameLocation(GameLocation gameLocation) This method calculates the Panel position on screen from a given GameLocation.
-
Constructor Details
-
CameraCalculator
-
-
Method Details