negate

fun negate(cartesian: Cartesian2, result: Cartesian2): Cartesian2(source)

Negates the provided Cartesian.

Return

The modified result parameter.

Parameters

cartesian

The Cartesian to be negated.

result

The object onto which to store the result.

See also