ThirdOrderBezierCurveDots constructor

ThirdOrderBezierCurveDots(
  1. double x1,
  2. double y1,
  3. double x2,
  4. double y2,
  5. double x3,
  6. double y3,
)

Implementation

ThirdOrderBezierCurveDots(
  this.x1,
  this.y1,
  this.x2,
  this.y2,
  this.x3,
  this.y3,
);