minus

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

Subtracts another vector from this vector.

Return

A new vector representing the result of the subtraction.

Parameters

other

The vector to subtract.