FrustumCameraObject::GetAspectRatio
Defined in:
Returns the aspect ratio.
C4CameraObjects.h
Prototype
float GetAspectRatio(void) const;
Description
The GetAspectRatio
function returns the aspect ratio for the camera. The aspect ratio is given by the width of the viewport divided by its height.
See Also