Bezier constructor

Bezier(
  1. List<Vector2> points
)

Constructs a Bézier curve from a List of Vector2.

Implementation

Bezier(this.points);