Click or drag to resize

GH_MatrixCloneMatrix Method

Duplicates a Matrix.

Namespace:  Grasshopper.Kernel.Types
Assembly:  Grasshopper (in Grasshopper.dll)
Syntax
public static Matrix CloneMatrix(
	Matrix matrix
)

Parameters

matrix
Type: Matrix

Return Value

Type: Matrix
See Also