transformed method

GlyphPoint transformed(
  1. double a,
  2. double b,
  3. double c,
  4. double d,
)

Implementation

GlyphPoint transformed(double a, double b, double c, double d) =>
    GlyphPoint(x * a + y * c, x * b + y * d, onCurve);