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