Vector2:Dot(vec2)
Version added: before 9.5
Computes the dot product of this vector and a second one
Arguments:
| Name | Type | Description | Default | Ver |
| vec2 | Vector2 | A Vector2 object | < 9.5 |
Return value:
real the dot product of the calling vector and the passed in argument
Computes the dot product of this vector and a second one.
Search results
Usage of 'Dot' is found in the following scripts:
FO_Utilities (Original Edition) by Lukas
View Code
LF_Pencil (Beta version) by lucasfranca
View Code