Matrix4x3d.this
- this(Matrix4x3d mat)
- this(Matrix3d mat)
- this(double m00, double m01, double m02, double m10, double m11, double m12, double m20, double m21, double m22, double m30, double m31, double m32)
doml matrix_4x3d Matrix4x3d
constructorsfunctionsstatic variablesvariables
Create a new {@link Matrix4x3d} and make it a copy of the given matrix.
@param mat the {@link Matrix4x3d} to copy the values from