C1.Win.C1DX.4.8 Assembly / C1.Util.DX Namespace / Matrix4x4 Structure / ToArray Method

In This Topic
ToArray Method (Matrix4x4)
In This Topic
Creates an array containing the elements of the matrix.
Syntax
'Declaration
 
Public Function ToArray() As System.Single()
 

Return Value

A sixteen-element array containing the components of the matrix.
See Also