Click or drag to resize

MatrixEditCopyMatrices Method

Creates a copy of the matrix list.

Namespace:  Demo3D.Visuals
Assembly:  Demo3D.Core (in Demo3D.Core.dll) Version: 18.03.00
Syntax
C#
protected static Matrix[] CopyMatrices(
	IList matrices
)

Parameters

matrices
Type: System.CollectionsIList
The list of matrices to copy.

Return Value

Type: Matrix
A copy of the matrices as an array.
See Also