OrientedCamera::GetCameraAzimuth
Defined in:  
Returns the current azimuth angle for an oriented camera.
C4Cameras.hPrototype
float GetCameraAzimuth(void) const;
Description
The GetCameraAzimuth function returns the current azimuth angle, in radians. The azimuth angle represents the camera's rotation in the horizontal plane, and increasing angles move counterclockwise about the z axis. The angle zero corresponds to the positive x direction. The initial azimuth angle is zero radians.
See Also
OrientedCamera::SetCameraAzimuth
