Optional
vertices: Vertex[]CubicSplinePath
Private
verticesvertices
CatmullRomPath
Static
utilsAdd a new point to the end of the vertex sequence.
The vertex (point) to add.
addPoint
CubicSplinePath
Generate a sequence of cubic Bézier curves from the point set.
Optional
circular: booleanSpecify if the path should be closed.
Array
generateCurve
CubicSplinePath
Classdesc
Compute a natural cubic Bézier spline path from a given sequence of points/vertices.
Inspired by http://weitz.de/hobby/
Requires
CubicBezierCurve
Requires
HobbyPath
Requires
Vertex