DotProduct function

DotProduct script to evaluate the dot product of two user-defined vectors

Simple script to show how to evaluate the dot product of two user-defined vectors.

Functions:
DotProduct – evaluates the scalar dot product of two vectors of equal length.

In this example, the user picks 3 nodes to define two vectors and the dot product is printed to the message/dialogue panel.