Bases: collada.scene.Transform
Contains a scale transformation as defined in the collada <scale> tag.
Creates a scale transformation
Parameters: |
|
---|
Methods
__init__(x, y, z[, xmlnode]) | Creates a scale 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.