descore v1.0.4 (2014-11-02T14:23:15Z)
Dub
Repo
Transform
des
math
linear
view
transform
Undocumented in source.
interface
Transform {
mat4
matrix
[@property getter];
static
mat4
getMatrix
(const(Transform) tr);
}
Members
Properties
matrix
mat4
matrix
[@property getter]
Undocumented in source.
Static functions
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