clone

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

Duplicates this Cartesian4 instance.

Return

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

Parameters

result

The object onto which to store the result.

See also