Filled in the node page. |
highly doubt anyone would be wanting to know about sub from this page |
||
Line 14: | Line 14: | ||
|}} | |}} | ||
The '''Distance''' node | The '''Distance''' node returns the [https://en.wikipedia.org/wiki/Euclidean_distance Euclidean distance] between two vectors. | ||
== 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]] |
Revision as of 21:22, 4 July 2024
Distance
Operators
The Distance node returns the Euclidean distance between two vectors.
Inputs
A (Pseudo-Generic)
The first vector.
B (Pseudo-Generic)
The second vector.
Outputs
* (Pseudo-Generic)
The Euclidean distance between A
and B
.