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: 19.00.00
Syntax
C#
protected static Matrix[] CopyMatrices(
	IList matrices
)

Parameters

matrices  IList
The list of matrices to copy.

Return Value

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