Computes the dot product of two vectors u and v.
Supported Rates: frame, shape, pixel
Make a VDot VGen at requested rate.
u |
First vector input to cross product. |
v |
Second vector input to cross product. |
The dot product of u and v
Dimensions
input | output |
1, 1 | 1 |
2, 2 | 1 |
3, 3 | 1 |
4, 4 | 1 |