VDistance computes the distance between two vectors by calculating the length of their difference, essentially VLength.pr(v - u)
.
Supported Rates: frame, shape, pixel
Make a VDistance VGen at the requested rate
u |
First vector input for distance computation. |
v |
Second vector input for distance computation. |
The distance between u and v.
dimensions
input | output |
1, 1 | 1 |
2, 2 | 1 |
3, 3 | 1 |
4, 4 | 1 |