descore v1.0.4 (2014-11-02T14:23:15Z)
Dub
Repo
SimpleTransform
des
math
linear
view
transform
Undocumented in source.
class
SimpleTransform :
Transform
{
protected
mat4
mtr
;
mat4
matrix
[@property getter];
mat4
matrix
[@property setter];
}
Members
Properties
matrix
mat4
matrix
[@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.
matrix
mat4
matrix
[@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
mtr
mat4
mtr
;
Undocumented in source.
Inherited Members
From Transform
matrix
mat4
matrix
[@property getter]
Undocumented in source.
getMatrix
mat4
getMatrix
(const(Transform) tr)
Undocumented in source. Be warned that the author may not have intended to support it.
Meta
Source
See Implementation
des
math
linear
view
transform
classes
CachedTransform
SimpleTransform
TransformList
interfaces
Transform