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} and make it a copy of the upper left 3x3 of the given {@link Matrix4d}.
@param mat the {@link Matrix4d} to copy the values from