Dot Product
VEX node
Computes the dot product between two vectors.
See also: Cross Product
This operator computes the dot product between two vectors as follows:
a dot b = |a||b|cos(alpha)where alpha is the angle between a and b.
Usages in other examples
| Example name | Example for |
|---|