This document is archived and information here might be outdated. Recommended version. |
Computes and returns the apparent position of the camera. The values for Azimuth and Elevation are in degrees.
[Visual Basic .NET] Public Sub QueryCameraAxisAngles ( _ ByRef pCameraAzimuth As Double, _ ByRef pCameraElevation As Double _ )
[C#] public void QueryCameraAxisAngles ( ref double pCameraAzimuth, ref double pCameraElevation );
[C++]
HRESULT QueryCameraAxisAngles(
System.Double* pCameraAzimuth,
System.Double* pCameraElevation
);
[C++]
Parameters pCameraAzimuth [out]
pCameraAzimuth is a parameter of type double* pCameraElevation [out]
pCameraElevation is a parameter of type double*