FrustumCameraObject::GetProjectionDistance
Defined in:
Returns the projection distance.
C4CameraObjects.h
Prototype
float GetProjectionDistance(void) const;
Description
The GetProjectionDistance
function returns the distance to the projection plane for the camera. The projection distance g is related to the vertical field of view (FOVy) through the equationg = 1 / tan(FOVy / 2).
See Also