minus

@Nonnull
fun minus(@Nonnull other: P): P

Same as minus, with the internal representation of other.

Return

a new position with the coordinates summed with the other

Parameters

other

the other position


@Nonnull
fun minus(@Nonnull other: Array<Double>): P