plus

open operator override fun plus(other: Vec3): Vec3(source)

Adds another vector to this vector.

Return

A vector representing the result of the addition.

Parameters

other

The vector to add.