dot prod
This node calculates scalar product of input vectors. Result will be >0 if both vectors are pointing in the same direction. If vectors A and B are normalized then result will be a cosine of the angle between them.
[Inputs]
Input A - First vector.
Normalize A - Enable to normalize first vector.
Input B - Second vector.
Normalize B - Enable to normalize second vector.
Scale Res - Scales the result
[Outputs]
Res - The result value.