C4 Engine
C4 Engine API Documentation

OrientedCamera::SetCameraAzimuth

Defined in:  C4Cameras.h
Sets the current azimuth angle for an oriented camera.
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

OrientedCamera::GetCameraAltitude

OrientedCamera::SetCameraAltitude