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