Matrix constructor

const Matrix(
  1. double a,
  2. double b,
  3. double c,
  4. double d,
  5. double e,
  6. double f,
)

Implementation

const Matrix(this.a, this.b, this.c, this.d, this.e, this.f);