ProtoFlux:Determinant

From Resonite Wiki
Revision as of 23:27, 28 June 2024 by AmasterAmaster (talk | contribs) (Created a page for the Determinant node.)
(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.

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