Click or drag to resize

Matrix4x4 Constructor (Single)

Construct the matrix from a 2D array of floats

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

Parameters

array
Type: SystemSingle
Provides the elements of the new matrix
See Also