ProtoFlux:SqrMagnitude

From Resonite Wiki
Revision as of 21:23, 28 June 2024 by AmasterAmaster (talk | contribs) (Created a page for the SqrMagnitude node.)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
|V|2
A
*
Vectors

The SqrMagnitude node takes in a vector value and returns the length of that vector, multiplied by itself. This is similar to taking the Magnitude and the Mul nodes to get the same result.

Inputs

A (Pseudo-Generic)

The vector to check.

Outputs

* (float)

Returns the length of that vector squared.

See Also