nw::gfx::Camera::GetOrtho Member Function

Syntax

void GetOrtho(
     f32 * left,
     f32 * right,
     f32 * bottom,
     f32 * top,
     f32 * nearClip,
     f32 * farClip
) const;

void GetOrtho(
     ut::Rect * rect,
     f32 * nearClip,
     f32 * farClip
) const;

List of Overloaded Member Functions

GetOrtho ( f32 *, f32 *, f32 *, f32 *, f32 *, f32 * ) Obtains the parameters for the projection app data configured for Ortho.
GetOrtho ( ut::Rect *, f32 *, f32 * ) Obtains the parameters for the projection app data configured for Ortho.

Description of GetOrtho ( f32 *, f32 *, f32 *, f32 *, f32 *, f32 * )

This is a utility function designed to make it easy to obtain the parameters. Note that the program will halt if the configured projection app data was not for Ortho. If NULL is set for an argument that parameter will not be obtained.

Description of GetOrtho ( ut::Rect *, f32 *, f32 * )

This is a utility function designed to make it easy to obtain the parameters. Note that the program will halt if the configured projection app data was not for Ortho. If NULL is set for an argument that parameter will not be obtained.


CONFIDENTIAL