OrientedCamera::GetCameraAltitude
Defined in:
Returns the current altitude angle for an oriented camera.
C4Cameras.h
Prototype
float GetCameraAltitude(void) const;
Description
The GetCameraAltitude
function returns the current altitude angle, in radians. The altitude angle represents the camera's rotation above the horizontal plane. (Negative angles rotate the camera below the horizontal plane.) The initial altitude angle is zero radians, meaning that the camera points in a direction parallel to the horizontal plane.
See Also
OrientedCamera::SetCameraAltitude