This document is archived and information here might be outdated. Recommended version. |
Queries aircraft orientation angles in degrees from the sensor exterior orientation (rotation matrix).
[Visual Basic .NET]
Public Sub QueryAircraftOrientation ( _
ByRef pRollDeg As Double, _
ByRef pPitchDeg As Double, _
ByRef pTopOfFrameDeg As Double, _
ByRef pClockwise As Boolean _
)
[C#]
public void QueryAircraftOrientation (
ref double pRollDeg,
ref double pPitchDeg,
ref double pTopOfFrameDeg,
ref bool pClockwise
);
[C++]
HRESULT QueryAircraftOrientation(
System.Double* pRollDeg,
System.Double* pPitchDeg,
System.Double* pTopOfFrameDeg,
Boolean* pClockwise
);
[C++] Parameters pRollDeg [out]
pRollDeg is a parameter of type double* pPitchDeg [out]
pPitchDeg is a parameter of type double* pTopOfFrameDeg [out]
pTopOfFrameDeg is a parameter of type double* pClockwise [out]
pClockwise is a parameter of type bool*