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 initialize its three columns using the supplied vectors.
@param col0 the first column @param col1 the second column @param col2 the third column