Matrix3d.this
- this(Matrix2d mat)
- this(Matrix3d mat)
- this(Matrix4d mat)
- this(double m00, double m01, double m02, double m10, double m11, double m12, double m20, double m21, double m22)
- this(Vector3d col0, Vector3d col1, Vector3d col2)
matrix_3d Matrix3d
constructorsfunctionsvariables
Create a new {@link Matrix3d} by setting its uppper left 2x2 submatrix to the values of the given {@link Matrix2d} and the rest to identity.
@param mat the {@link Matrix2d}