Home

Awesome

VL.2D.CurveFitting

Nodes to create Bezier lines from input points, which has great use for line smoothing.

Code is based on Burningmime.curves by Bobby Fraser and highly performant.

Using the library

In order to use this library with vl you have to install the nuget that is available via nuget.org. For information on how to use nugets with vl, see Managing Nugets in the vl documentation. As described there you go to the commandline and then type:

nuget install VL.2D.CurveFitting -pre