![]() |
This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IF > IFrameXform Interface > IFrameXform.PutPerspectiveAngles Method (ArcObjects .NET 10.5 SDK) |
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
An alternative to put_PerspectiveMatrix( ) for establishing the rotation matrix.