bezierSpline
Takes a LineString and returns a curved version by applying a Bezier spline algorithm.
The bezier spline implementation is a port of the implementation by Leszek Rybicki used in turfjs.
Return
A LineString containing a curved line around the positions of the input line
Parameters
the input LineString
time in milliseconds between points in the output data
a measure of how curvy the path should be between splines
Takes a list of Position and returns a curved version by applying a Bezier spline algorithm.
The bezier spline implementation is a port of the implementation by Leszek Rybicki used in turfjs.
Return
A List containing Position of a curved line around the positions of the input line
Parameters
the input list of Position.
time in milliseconds between points in the output data
a measure of how curvy the path should be between splines