A^-1 (LogiX node)
Jump to navigation
Jump to search
A^-1 | ||
---|---|---|
![]() | ||
Inputs | ||
Float3x3 | A | |
Outputs | ||
Float3x3 | * |
The A^-1 node outputs the inverse matrix of the input matrix A.
Usage
When spawned from the node browser, this node accepts the float2x2 datatype by default. However, this node can be overloaded to accept 3x3 or 4x4 float matrices (as well as double type matrices) if appropriate wire is connected to an input. Note that not all input matrices are guaranteed to be invertible, the output will be a zero matrix in the case that it is not.