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 elements with the given values.
@param m00 the value of m00 @param m01 the value of m01 @param m02 the value of m02 @param m10 the value of m10 @param m11 the value of m11 @param m12 the value of m12 @param m20 the value of m20 @param m21 the value of m21 @param m22 the value of m22