Vector3.__mul__ method
Multiplies each component of this by a number m
.
Parameters
-
m: float
multiplier.
Returns
new vector of the multiplied result.
Multiplies each component of this by a number m
.
multiplier.
new vector of the multiplied result.