Vector2:operator /(f)

Version added: before 9.5
Divides a vector by a number, returning the result as a new vector

Arguments:

Name Type Description Default Ver
f real A number to divide the vector by < 9.5

Return value:

Vector2 the original vector, divided by the number "num"
Divides a vector by a number, returning the result as a new vector. Example: v2 = v / 3.
<< Back to Vector2