new BezierCurve( first, last [, controllers [, segmentsCount ] ] )

Description
BezierCurve Class
Parameters
Name Type Attributes Default Description
first Vector2 The first point of the curve
last Vector2 The last point of the curve
controllers Array.<Vector2> <optional>
Controllers points of the curve
segmentsCount Number <optional>
100 Segment count for polygon conversion and drawing
Details