Vector3.__mul__ method

__mul__(self, m: float) -> Vector3:

Multiplies each component of this by a number m.

Parameters

  • m: float

    multiplier.

Returns

new vector of the multiplied result.