Vector3:Dot(vec2)
Version added: before 9.5
Arguments:
Name | Type | Description | Default | Ver |
vec2 | Vector3 | A Vector3 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