descore v1.0.4 (2014-11-02T14:23:15Z)
Dub
Repo
PerspectiveTransform
des
math
linear
view
camera
Undocumented in source.
class
PerspectiveTransform : Transform {
float
fov
;
float
ratio
;
float
near
;
float
far
;
mat4
matrix
[@property getter];
}
Members
Properties
matrix
mat4
matrix
[@property getter]
Undocumented in source.
Variables
far
float
far
;
Undocumented in source.
fov
float
fov
;
Undocumented in source.
near
float
near
;
Undocumented in source.
ratio
float
ratio
;
Undocumented in source.
Meta
Source
See Implementation
des
math
linear
view
camera
classes
Camera
LookAtNodeTransform
LookAtTransform
PerspectiveTransform
ResolveTransform
SimpleCamera