Matrix |
| Name | Description | |
|---|---|---|
| Matrix3F(Matrix3F) | Constructs a matrix with another specified Matrix3F object. | |
| Matrix3F(Vector3F, Vector3F, Vector3F) | Constructs a matrix with the specified Vector3F elements, which are the corresponding rows of the matrix. | |
| Matrix3F(Single, Single, Single, Single, Single, Single, Single, Single, Single) | Constructs a matrix with the given individual elements. |