clone

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

Duplicates the provided Matrix3 instance.

Return

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

Parameters

result

The object onto which to store the result.

See also