BezierCurve

verb.geom.BezierCurve

CLASS

Source code

A Bezier curve is a common spline curve

Extends: NurbsCurve

constructor

METHOD

Source code

new BezierCurve(points : Array<Point>, weights : Array<Float>)

Create a bezier curve

params