Bases: collada.scene.Transform
Contains a matrix transformation as defined in the collada <matrix> tag.
Creates a matrix transformation
| Parameters: | 
  | 
|---|
Methods
| __init__(matrix[, xmlnode]) | Creates a matrix transformation | 
| load(collada, node) | |
| save() | 
The resulting transformation matrix. This will be a numpy.array of size 4x4.
ElementTree representation of the transform.