-
Notifications
You must be signed in to change notification settings - Fork 0
class.transform
3D transformation made of a rotation and a translation.
| UAC | URX | Parameter | Datatype | Description |
|---|---|---|---|---|
| ✓ | ✓ | translation | vector3d | Translation operation Stored as a raw objet. |
| ✓ | ✓ | rotation | vector3d | Rotation operation Stored as a raw objet. |
When applying a transform to a coordinate system, the rotation is applied first, then the translation.
Let
Let
The global rotation
The transform operation