Calculates the inverse of a matrix

Location

Namespace
Uno
Package
UnoCore 2.9.2

Parameters

value

float3x3

result

float3x3

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