clone

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

Duplicates the provided Matrix4 instance.

Return

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

Parameters

result

The object onto which to store the result.

See also