Dot Product Node
Description
Outputs a dot product of two vectors A and B, which is the sum of the multiplication of each vectors components. For example, if A and B are 3-component vectors, then the result is A.x * B.x + A.y * B.y + A.z * B.z.
If A and B have a different number of components, a cast is performed to match the one with the greater number of components.
Dot product is commutative, so the order of the values is not important.
Last update:
2024-08-16
Help improve this article
Was this article helpful?
(or select a word/phrase and press Ctrl+Enter)