Vector3.__add__ method

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

Adds this vector and other by their corresponding components.

Parameters

Returns

new vector of the combined result.