Class describing position of the camera. More...
Public Member Functions | |
| Camera (this.point, this.zoom, this.rotation) | |
| Default constructor. | |
Public Attributes | |
| Point | point |
| point the camera is looking at Point | |
| double | zoom |
| zoom level. | |
| double | rotation |
angle between Location North (top of the image) and the direction of interest on the view plane in degrees in the range [0, 360). | |
Class describing position of the camera.
Referenced from LocationWindow.
Dart code snippet:
Definition at line 24 of file camera.dart.
| Camera.Camera | ( | this. | point, |
| this. | zoom, | ||
| this. | rotation ) |
Default constructor.
| Point Camera.point |
point the camera is looking at Point
Definition at line 30 of file camera.dart.
| double Camera.rotation |
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 39 of file camera.dart.
| double Camera.zoom |
zoom level.
Definition at line 34 of file camera.dart.