Summary
Attempts to invert the Matrix.
Syntax
public bool TryInvert(out Matrix inverted)
Parameters
Name | Type | Description |
---|---|---|
inverted | Matrix |
Return Value
Type | Description |
---|---|
bool | The inverted matrix or when matrix is not invertible. |