PerspectiveTransform

Members

Functions

recalc
void recalc()
Undocumented in source. Be warned that the author may not have intended to support it.

Manifest constants

MAX_FOV
enum MAX_FOV;
Undocumented in source.
MIN_FOV
enum MIN_FOV;
Undocumented in source.

Properties

fov
float fov [@property getter]
fov
float fov [@property setter]

Variables

_fov
float _fov;
Undocumented in source.

Inherited Members

From ViewTransform

_ratio
float _ratio;
Undocumented in source.
_near
float _near;
Undocumented in source.
_far
float _far;
Undocumented in source.
self_mtr
mat4 self_mtr;
Undocumented in source.
recalc
void recalc()
MAX_RATIO
enum MAX_RATIO;
Undocumented in source.
ratio
float ratio [@property getter]
ratio
float ratio [@property setter]
near
float near [@property getter]
near
float near [@property setter]
far
float far [@property getter]
far
float far [@property setter]
matrix
mat4 matrix [@property getter]
checkLimit
void checkLimit(float min_value, float value, float max_value, string min_name, string name, string max_name)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta