Vector3.__truediv__ method

__truediv__(self, d: float) -> Vector3:

Divides all components of this vector by divisor d.

Parameters

  • d: float

Returns

new vector of the divided result.