Filled in the node page. |
Improve, don't remove. |
||
(One intermediate revision by one other user not shown) | |||
Line 14: | Line 14: | ||
|}} | |}} | ||
The '''Distance''' node | 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 == | ||
=== A (Pseudo-Generic) === | === A (Pseudo-Generic) === | ||
The first vector. | |||
The first | |||
=== B (Pseudo-Generic) === | === B (Pseudo-Generic) === | ||
The second vector. | |||
The second | |||
== Outputs == | == Outputs == | ||
=== * (Pseudo-Generic) === | === * (Pseudo-Generic) === | ||
The Euclidean distance between <code>A</code> and <code>B</code>. | |||
The distance between | |||
[[Category:ProtoFlux:Operators]] | [[Category:ProtoFlux:Operators]] | ||
[[Category:ProtoFlux:Operators:Vectors]] | [[Category:ProtoFlux:Operators:Vectors]] |
Latest revision as of 10:38, 15 July 2024
Distance
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
.