Method ToTRS
ToTRS(Matrix4)
Decompose a Matrix into translation, rotation and scaling vectors
Declaration
[HandleProcessCorruptedStateExceptions]
public Vector3List ToTRS(Matrix4 matrix)
Parameters
| Type | Name | Description |
|---|---|---|
| Matrix4 | matrix | The Matrix to be decomposed |
Returns
| Type | Description |
|---|---|
| Vector3List |