Float Vector Dot Product
Purpose of the Node
The Float Vector Dot Product node calculates the dot product of two float vectors. It takes two input vectors and outputs the result as a float.
Pins
Pin Name | Pin Description | Pin Type | Value Type |
---|---|---|---|
vector1 | First float vector | Struct | Array |
vector2 | Second float vector | Struct | Array |
result | Dot product of the two vectors | Number | Float |