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