This document is archived and information here might be outdated. Recommended version. |
Sets the sensor exterior orientation (rotation matrix) using aircraft orientation angles in degrees.
[Visual Basic .NET]
Public Sub PutAircraftOrientation ( _
ByVal rollDeg As Double, _
ByVal pitchDeg As Double, _
ByVal headingDeg As Double, _
ByVal cameraMountAngleDeg As Double, _
ByVal clockwise As Boolean _
)
[C#]
public void PutAircraftOrientation (
double rollDeg,
double pitchDeg,
double headingDeg,
double cameraMountAngleDeg,
bool clockwise
);
[C++]
HRESULT PutAircraftOrientation(
double rollDeg,
double pitchDeg,
double headingDeg,
double cameraMountAngleDeg,
VARIANT_BOOL clockwise
);
[C++] Parameters rollDeg [in]
rollDeg is a parameter of type double pitchDeg [in]
pitchDeg is a parameter of type double headingDeg [in]
headingDeg is a parameter of type double cameraMountAngleDeg [in]
cameraMountAngleDeg is a parameter of type double clockwise [in]
clockwise is a parameter of type bool