Summary
Decomposes given matrix into transform operations.
Syntax
public static bool TryDecomposeTransform(Matrix matrix, out Matrix.Decomposed decomposed)
Parameters
Name | Type | Description |
---|---|---|
matrix | Matrix | Matrix to decompose. |
decomposed | Matrix |
Decomposed matrix. |
Return Value
Type | Description |
---|---|
bool | The status of the operation. |