minus

open operator override fun minus(other: ImmutableVector2): ImmutableVector2

Returns the result of subtracting the other vector from this vector


fun minus(deltaX: Float = 0.0f, deltaY: Float = 0.0f): ImmutableVector2

Returns the result of subtracting the (deltaX, deltaY) vector from this vector