clone

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

Duplicates the provided Matrix2 instance.

Return

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

Parameters

result

The object onto which to store the result.

See also