plus

abstract operator fun plus(other: V): V(source)

Adds another vector to this vector.

Return

A vector representing the result of the addition.

Parameters

other

The vector to add.