Click or drag to resize

MatrixDuplicate Method

Create a duplicate of this matrix.

Namespace:  Rhino.Geometry
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 5.1
Syntax
public Matrix Duplicate()

Return Value

Type: Matrix
An exact duplicate of this matrix.
See Also