MatrixEditCopyMatrices Method |
Creates a copy of the matrix list.
Namespace:
Demo3D.Visuals
Assembly:
Demo3D.Core (in Demo3D.Core.dll) Version: 18.04.00
Syntaxprotected static Matrix[] CopyMatrices(
IList matrices
)
Parameters
- matrices
- Type: System.CollectionsIList
The list of matrices to copy.
Return Value
Type:
MatrixA copy of the matrices as an array.
See Also