| Name | Type | Description | Notes |
|---|---|---|---|
| rx | Number | Rotation around x Axis | [optional] |
| ry | Number | Rotation around y Axis | [optional] |
| rz | Number | Rotation around z Axis | [optional] |
| tx | Number | Translation on x Axis | [optional] |
| ty | Number | Translation on y Axis | [optional] |
| tz | Number | Translation on z Axis | [optional] |
| matrix | [Number] | 4x4 Transformation matrix | [optional] |
| rotationType | String | Transformation type | [optional] |
ANGLE (value: "ANGLE")
MATRIX (value: "MATRIX")