OrientedCamera::SetCameraAzimuth
Defined in:
Sets the current azimuth angle for an oriented camera.
C4Cameras.h
Prototype
void SetCameraAzimuth(float azimuth);
Parameters
azimuth |
The new azimuth angle for the camera, in radians. |
Description
The SetCameraAzimuth
function sets the current azimuth angle to the value specified by the azimuth
parameter. 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::GetCameraAzimuth