Loading...
Searching...
No Matches

Class describing position of the camera. More...

#include <com/navigine/idl/objc/NCCamera.h>

Inherits NSObject.

Instance Methods

(nonnull instancetype) - initWithPoint:zoom:rotation:
 Default constructor for class NCCamera.
 

Class Methods

(nonnull instancetype) + cameraWithPoint:zoom:rotation:
 Factory method for class NCCamera.
 

Properties

NCPointpoint
 point the camera is looking at Point
 
float zoom
 zoom level.
 
float 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 17 of file NCCamera.h.

Method Documentation

◆ cameraWithPoint:zoom:rotation:

+ (nonnull instancetype) cameraWithPoint: (nonnull NCPoint *) point
zoom: (float) zoom
rotation: (float) rotation 

Factory method for class NCCamera.

◆ initWithPoint:zoom:rotation:

- (nonnull instancetype) initWithPoint: (nonnull NCPoint *) point
zoom: (float) zoom
rotation: (float) rotation 

Default constructor for class NCCamera.

Property Documentation

◆ point

- (NCPoint*) point
readnonatomicassign

point the camera is looking at Point

Definition at line 36 of file NCCamera.h.

◆ rotation

- (float) rotation
readnonatomicassign

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 47 of file NCCamera.h.

◆ zoom

- (float) zoom
readnonatomicassign

zoom level.

Definition at line 41 of file NCCamera.h.


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