AffineMatrix constructor
Creates an immutable affine matrix. To work with the identity matrix, use the identity property.
Implementation
const AffineMatrix(
this.a,
this.b,
this.c,
this.d,
this.e,
this.f, [
double? m4_10,
]) : _m4_10 = m4_10 ?? (1.0 * a);