CompassInfo provides basic methods to handle compass information.
More...
|
| | CompassInfo (int degrees, int roll, int pitch) |
| | Constract compass data from an external source.
|
| |
|
|
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.
|
| |
CompassInfo provides basic methods to handle compass information.
◆ CompassInfo()
| Flir.Atlas.Image.CompassInfo.CompassInfo |
( |
int | degrees, |
|
|
int | roll, |
|
|
int | pitch ) |
|
inline |
Constract compass data from an external source.
- Parameters
-
| degrees | Compass direction in degrees, 0-359. |
| roll | The terminal's rotation in degrees around its own longitudinal axis, -180.0 - +180.0. |
| pitch | Sensor pitch in degrees, -90 - +90. |