Invert
VEX node
If given a 3×3 or 4×4 matrix, this operator computes its inverse (or just returns the input matri…
See also: Determinant, Complement, Negate
If given a 3×3 or 4×4 matrix, this operator computes its inverse (or just returns the input matrix if it detects singularity).
If given a float input, this operator inverts it by computing the division “1 / input”.
Usages in other examples
| Example name | Example for | |
|---|---|---|
| RivetWaveform |
Rivet object |