CubicCurve constructor

CubicCurve(
  1. Point<double> point1,
  2. Point<double> handle1,
  3. Point<double> handle2,
  4. Point<double> point2,
)

Implementation

CubicCurve(this.point1, this.handle1, this.handle2, this.point2);