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 VARIANT_BOOL
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
Remarks
An alternative to put_PerspectiveMatrix( ) for establishing the rotation matrix.