Atlas-Cronos 7.6.0
Loading...
Searching...
No Matches
Public Member Functions | Properties | List of all members
Flir.Atlas.Image.CompassInfo Class Reference

CompassInfo provides basic methods to handle compass information. More...

Public Member Functions

 CompassInfo (int degrees, int roll, int pitch)
 Constract compass data from an external source.
 

Properties

int Degrees [get, set]
 Compass direction in degrees, 0-359.
 
int Roll [get, set]
 The terminal's rotation in degrees around its own longitudinal axis, -180.0 - +180.0.
 
int Pitch [get, set]
 Sensor pitch in degrees, -90 - +90.
 

Detailed Description

CompassInfo provides basic methods to handle compass information.

Constructor & Destructor Documentation

◆ CompassInfo()

Flir.Atlas.Image.CompassInfo.CompassInfo ( int degrees,
int roll,
int pitch )
inline

Constract compass data from an external source.

Parameters
degreesCompass direction in degrees, 0-359.
rollThe terminal's rotation in degrees around its own longitudinal axis, -180.0 - +180.0.
pitchSensor pitch in degrees, -90 - +90.