translated method

GlyphPoint translated(
  1. double dx,
  2. double dy
)

Implementation

GlyphPoint translated(double dx, double dy) =>
    GlyphPoint(x + dx, y + dy, onCurve);