ProtoFlux:Determinant

From Resonite Wiki
Revision as of 09:38, 29 June 2024 by AmasterAmaster (talk | contribs) (Added a note about how determinates need a square matrix to work.)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Determinant
A
*
Matrix

The Determinant node takes in a matrix value and returns the area of the matrix.

It is worth noting that this only works with a square matrix (a matrix with the same number of rows and columns). As of currently, you can only create a matrix that is square in Resonite, this is not an issue until an update that allows for different sized matrices.

Applications used by this:

  • Transformations and Graphics
  • Collision Detection
  • Physics Simulations
  • Camera Systems
  • Optimization and Efficiency

Inputs

A (Pseudo-Generic)

The matrix value.

Outputs

* (Pseudo-Generic)

Returns the determinant of that matrix.

Further Reading

Videos

See Also