Vector3:operator*(f)
Version added: before 9.5
Arguments:
Name | Type | Description | Default | Ver |
f | real | A number to multiply the vector by | < 9.5 |
Return value:
Vector3 the original vector, multiplied by the number "num"
Multiplies a vector by a number, returning the result as a new vector. Example: v2 = v * 3.
<< Back to Vector3