nkVoDotProduct
- Last UpdatedJan 24, 2023
- 1 minute read
The nkVoDotProduct node calculates the dot product of two vectors.
Limits
Size: [1..4]
Input1 and input2 must have the same value as Size.
Output
Output size: 1
Code example
This is a code example for nkVoDotProduct.
<nkVoDotProduct name="nNodeName" size="3" input1="1 1 1" input2="0 1 0"/>