Data necessary to construct a spatial transform matrix as well as the spatial transform matrix itself.
Properties
| Property | Type | Description |
|---|---|---|
A
|
Matrix4x4 |
The A matrix in A * M = B. It is constructed from a set of four pre-transform Cartesian coordinates. |
B
|
Matrix4x4 |
The B matrix in A * M = B. It is constructed from a set of four post-transform Cartesian coordinates. |
M
|
Matrix4x4 |
The M matrix in A * B = M. It is the spatial transform matrix. It calculated as M = A.inv * B. |