ProtoFlux:Distance: Difference between revisions

From Resonite Wiki
highly doubt anyone would be wanting to know about sub from this page
Improve, don't remove.
 
Line 14: Line 14:
|}}
|}}


The '''Distance''' node returns the [https://en.wikipedia.org/wiki/Euclidean_distance Euclidean distance] between two vectors.
The '''Distance''' node returns the [https://en.wikipedia.org/wiki/Euclidean_distance Euclidean distance] between two vectors. This is similar to using  [[ProtoFlux:Sub|Sub]] and [[ProtoFlux:Value Abs|Value Abs]], just in one node.


== Inputs ==
== Inputs ==

Latest revision as of 10:38, 15 July 2024

Distance
A
*
B
Operators

The Distance node returns the Euclidean distance between two vectors. This is similar to using Sub and Value Abs, just in one node.

Inputs

A (Pseudo-Generic)

The first vector.

B (Pseudo-Generic)

The second vector.

Outputs

* (Pseudo-Generic)

The Euclidean distance between A and B.