descore v1.0.4 (2014-11-02T14:23:15Z)
Dub
Repo
TransformList
des
math
linear
view
transform
Undocumented in source.
class
TransformList :
Transform
{
Transform
[]
list
;
enum
Order
;
Order
order
;
mat4
matrix
[@property getter];
}
Members
Enums
Order
enum
Order
Undocumented in source.
Properties
matrix
mat4
matrix
[@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
list
Transform
[]
list
;
Undocumented in source.
order
Order
order
;
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