Makes a copy of this transformation Matrix.
Syntax

[C#]

Matrix Clone();

[Visual Basic]

Function Clone() As Matrix
Params
Name Description
return A copy of this Matrix.
Notes

None.

Example

None.