Vector2:Dot(vec2)

Version added: before 9.5

Computes the dot product of this vector and a second one

ArgumentTypeDescriptionDefaultVer
vec2Vector2A Vector2 object< 9.5

Return type (real): the dot product of the calling vector and the passed in argument

Computes the dot product of this vector and a second one.
String "Dot" is found in the following scripts:

FO_Utilities (by Lukas)