Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

ProtoFlux:Inverse

From Resonite Wiki
M-1(inverse)
A
*
Matrix

The Inverse node takes in a matrix, then returns the inverted matrix. Since there is no matrix division, this node is a solution for getting something similar to that situation when needed (under the hood, it just multiplies to get the same result as division). This is also used to reverse a translation of a matrix.

Beware, as not all matrices can be calculated using this node, specifically if the Determinant is showing 0, then it is as if you were dividing by 0, making an undefined result.

Inputs

A (Pseudo-Generic)

The matrix we want to inverse.

Outputs

* (Pseudo-Generic)

Returns the inverted matrix.

Further Reading

Videos

See Also