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