ViewTransform

Members

Functions

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.
recalc
void recalc()

Manifest constants

MAX_RATIO
enum MAX_RATIO;
Undocumented in source.

Properties

far
float far [@property setter]
far
float far [@property getter]
matrix
mat4 matrix [@property getter]
near
float near [@property getter]
near
float near [@property setter]
ratio
float ratio [@property getter]
ratio
float ratio [@property setter]

Variables

_far
float _far;
Undocumented in source.
_near
float _near;
Undocumented in source.
_ratio
float _ratio;
Undocumented in source.
self_mtr
mat4 self_mtr;
Undocumented in source.

Inherited Members

From Transform

matrix
mat4 matrix()
getMatrix
mat4 getMatrix(const(Transform) tr)

Meta