Created by: portnov
This node generates a Curve, which goes through the specified points, made of series of circular arcs and straight line segments. Arcs are created so that they touch smoothly in their meeting points. User can specify the tangent vector of the curve at it's starting point. If such tangent vector is not specified, the node will calculate it automatically by some algorithm.
Preflight checklist
Put an x letter in each brackets when you're done this item:
-
Code changes complete. -
Code documentation complete. -
Documentation for users complete (or not required, if user never sees these changes). -
Manual testing done. -
Unit-tests implemented. -
Ready for merge.