This document is archived and information here might be outdated. Recommended version. |
Puts the sensor exterior orientation as a set of rotation angles in degrees.
[Visual Basic .NET]
Public Sub PutPerspectiveAngles ( _
ByVal omega As Double, _
ByVal phi As Double, _
ByVal kappa As Double, _
ByVal clockwise As Boolean _
)
[C#]
public void PutPerspectiveAngles (
double omega,
double phi,
double kappa,
bool clockwise
);
[C++]
HRESULT PutPerspectiveAngles(
double omega,
double phi,
double kappa,
VARIANT_BOOL clockwise
);
[C++] Parameters omega [in]
omega is a parameter of type double phi [in]
phi is a parameter of type double kappa [in]
kappa is a parameter of type double clockwise [in]
clockwise is a parameter of type bool
An alternative to put_PerspectiveMatrix( ) for establishing the rotation matrix.