Click or drag to resize

Matrix4x4ToArray Method

Convert the matrix into a 2D array

Namespace:  Zivid.NET
Assembly:  ZividCoreNET (in ZividCoreNET.dll) Version: 0.0.0.0
Syntax
public float[,] ToArray()

Return Value

Type: Single
A new 2D array, holding the values of the matrix
See Also