minus

operator fun minus(v: Vector2d<U>): Vector2d<U>(source)

Subtracts two vectors component-wise.

Return

the difference \(\mathbf{v}_1 - \mathbf{v}_2\)

Parameters

v

the vector to subtract