BezierCurve2dInternal

constructor(xs: List<Double>, ys: List<Double>)
constructor(points: List<Vector2d>)
constructor(x: BezierCurve1d, y: BezierCurve1d)