plus

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

Adds another vector to this vector.

Return

A vector representing the result of the addition.

Parameters

other

The vector to add.