0.1.1
Changes:
Adding
Curve.elevate()method for degree elevationUpgrading curve-curve intersection algorithm to ignore parallel line segments that don’t meet (rather than throwing
NotImplementedError)Making
segment_intersection()helper return asuccessbool instead of raisingNotImplementedErroron failureUpdating docs for
newton_refine()helper with two examples and making theparallel_different()helper a publicly documented function (as a partner tosegment_intersection())Adding some more examples / failures to
curve-curve-intersectiondoc