clone

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

Duplicates this Cartesian2 instance.

Return

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

Parameters

result

The object onto which to store the result.

See also