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