Constructor Matrix
Matrix(Single[])
Initializes a new instance of the Matrix structure.
Declaration
public Matrix(float[] values)
Parameters
Type | Name | Description |
---|---|---|
System. |
values | The values to assign to the components of the matrix. This must be an array with sixteen elements. |
Exceptions
Type | Condition |
---|---|
System. |
Thrown when |
System. |
Thrown when |