negate

fun negate(cartesian: Cartesian3, result: Cartesian3): Cartesian3(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