Class describing position of the camera. More...
Public Member Functions | |
| Camera (Point point, float zoom, float rotation) | |
| Default constructor for class Camera. | |
| Point | getPoint () |
| point the camera is looking at Point | |
| float | getZoom () |
| zoom level. | |
| float | getRotation () |
angle between Location North (top of the image) and the direction of interest on the view plane in degrees in the range [0, 360). | |
| String | toString () |
Class describing position of the camera.
Referenced from LocationWindow.
Java code snippet:
Kotlin code snippet:
Definition at line 23 of file Camera.java.
|
inline |
Default constructor for class Camera.
Definition at line 35 of file Camera.java.
|
inline |
|
inline |
angle between Location North (top of the image) and the direction of interest on the view plane in degrees in the range [0, 360).
Definition at line 62 of file Camera.java.
|
inline |
|
inline |
Definition at line 67 of file Camera.java.