C4 Engine
C4 Engine API Documentation

OrientedCamera::GetCameraAzimuth

Defined in:  C4Cameras.h
Returns the current azimuth angle for an oriented camera.
Prototype

float GetCameraAzimuth(voidconst;

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

OrientedCamera::GetCameraAltitude

OrientedCamera::SetCameraAltitude