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
)
Public Sub New (
array As Single(,)
)
public:
Matrix4x4(
array<float,2>^ array
)
Parameters
- array
- Type: SystemSingle
Provides the elements of the new matrix
See Also