descore v1.0.4 (2014-11-02T14:23:15Z)
Dub
Repo
CachedTransform
des
math
linear
view
transform
Undocumented in source.
class
CachedTransform :
Transform
{
protected
mat4
mtr
;
protected
Transform
transform_source
;
this
(Transform ntr);
void
setTransform
(Transform ntr);
void
recalc
();
mat4
matrix
[@property getter];
}
Constructors
this
this
(Transform ntr)
Undocumented in source.
Members
Functions
recalc
void
recalc
()
Undocumented in source. Be warned that the author may not have intended to support it.
setTransform
void
setTransform
(Transform ntr)
Undocumented in source. Be warned that the author may not have intended to support it.
Properties
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.
transform_source
Transform
transform_source
;
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