| Parameter | Description |
|---|---|
| transformFrom | The transform used as a reference to transform from. |
| transformTo | The transform used as a reference to transform to. |
| transformPlane | The transform plane to use. |
| transformPlaneCustom | The custom transform plane to use (if required). |
| useScale | If the returned matrix should include scale. Scale is not relative and always uses the transformTo lossyScale. |
Matrix4x4 The calculated relative transformation matrix.
Get the relative transformation matrix between the two specified transform matrix using the specified transform plane to transform into 2D space i.e. XY position and Z rotation.