translated method
Implementation
GlyphContour translated(double dx, double dy) => GlyphContour(
points.map((p) => p.translated(dx, dy)).toList(growable: false),
);
GlyphContour translated(double dx, double dy) => GlyphContour(
points.map((p) => p.translated(dx, dy)).toList(growable: false),
);