Overload List
| Name | Description | |
|---|---|---|
| Matrix3d()()() | Constructs an empty [3x3] matrix. | |
| Matrix3d(Double) | Constructs a [3x3] matrix and assigns a given value to all diagonal elements. | |
| Matrix3d(Vector3d, Vector3d, Vector3d) | Constructs a [3x3] matrix from three 3d column vectors. | |
| Matrix3d(Double, Double, Double, Double, Double, Double, Double, Double, Double) | Constructs a [3x3] matrix directly assigning the nine elements of the matrix. |