round method

CubicCurve round()

Implementation

CubicCurve round() => CubicCurve(
      point1.round(),
      handle1.round(),
      handle2.round(),
      point2.round(),
    );