Vector3.__sub__ method

__sub__(self, other: Vector3) -> Vector3:

Subtracts each component of other from this vector.

Parameters

Returns

new vector of the subtracted result