Calculates the inverse of a matrix

Location

Namespace
Uno
Package
UnoCore 2.9.2

Parameters

value

float4x4

result

float4x4

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