Vector3.__sub__ method __sub__(self, other: Vector3) -> Vector3: Subtracts each component of other from this vector. Parameters other: Vector3 Returns Vector3 new vector of the subtracted result