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