myVector.dot( otherVector ) in Anark Studio 2.5

Calculate the dot product.

Arguments

nametypedescription
otherVector Vector Vector to use for calculating<
Return Type
Vector

Description

Calculates and returns the dot product of the current vector and the vector supplied as an argument. The original is unmodified.