Transformation for converting from [[Object Space]] to [[World Space]].
### Constructing
> [[../Math/Resize Transformation|Scale]], [[../Math/Rotation Transformation|Rotation Transformation]], [[../Math/Affine Transformations|Translation]] (SRT)
- Translate to origin,
- Scale to target geometry
- Rotate to target Orientation
- Translate to target center
>[!tip] Uses
Useful for scripted object motion and [[Incremental Update]]