Matrix4d.this
- this(Matrix4d mat)
- this(Matrix4x3d mat)
- this(Matrix3d mat)
- this(double m00, double m01, double m02, double m03, double m10, double m11, double m12, double m13, double m20, double m21, double m22, double m23, double m30, double m31, double m32, double m33)
- this(Vector4d col0, Vector4d col1, Vector4d col2, Vector4d col3)
doml matrix_4d Matrix4d
constructorsfunctionsstatic variablesvariables
Create a new {@link Matrix4d} and initialize its four columns using the supplied vectors.
@param col0 the first column @param col1 the second column @param col2 the third column @param col3 the fourth column