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