normalize

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

Computes the normalized form of the supplied Cartesian.

Return

The modified result parameter.

Parameters

cartesian

The Cartesian to be normalized.

result

The object onto which to store the result.

See also