clone

fun clone(result: Cartesian3? = definedExternally): Cartesian3(source)

Duplicates this Cartesian3 instance.

Return

The modified result parameter or a new Cartesian3 instance if one was not provided.

Parameters

result

The object onto which to store the result.

See also