plus

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

Returns the result of adding the other vector to this vector


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

Returns the result of adding the given (deltaX, deltaY) vector to this vector