Loading...
Searching...
No Matches

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).
 

Detailed Description

Class describing position of the camera.

Referenced from LocationWindow.

Definition at line 18 of file camera.dart.

Constructor & Destructor Documentation

◆ Camera()

Camera.Camera ( this. point,
this. zoom,
this. rotation )

Default constructor.

Member Data Documentation

◆ point

Point Camera.point

point the camera is looking at Point

Definition at line 24 of file camera.dart.

◆ rotation

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 33 of file camera.dart.

◆ zoom

double Camera.zoom

zoom level.

Definition at line 28 of file camera.dart.


The documentation for this class was generated from the following file: