You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Allows jordan curves goes to infinity.
It would allow describing a straight line that divides the plane in two:
* A parabola
* A branch of an hyperbola
For now, a ```JordanCurve``` uses a list of segments ```BezierCurve```.
This milestone is to achieve describe a JordanCurve as a complete closed rational bspline.