Calculates the inverse of a matrix

Location

Namespace
Uno
Package
UnoCore 2.9.2

Parameters

value

float2x2

result

float2x2

the inverse of the value matrix. The values are undefined if this function returns false

Returns

bool

true if the inverse matrix is valid, false if it could not be calculated correctly