BezierCurve
verb.geom.BezierCurve
CLASS
A Bezier curve is a common spline curve
Extends: NurbsCurve
constructor
METHOD
new BezierCurve(points : Array<Point>, weights : Array<Float>)
Create a bezier curve
params
- Array of control points
- Array of control point weights (optional)