abs

fun abs(cartesian: Cartesian3, result: Cartesian3): Cartesian3(source)

Computes the absolute value of the provided Cartesian.

Return

The modified result parameter.

Parameters

cartesian

The Cartesian whose absolute value is to be computed.

result

The object onto which to store the result.

See also