minus

open operator override fun minus(other: Vec1): Vec1(source)

Subtracts another vector from this vector.

Return

A new vector representing the result of the subtraction.

Parameters

other

The vector to subtract.