plus

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

Adds another vector to this vector.

Return

A vector representing the result of the addition.

Parameters

other

The vector to add.