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 asuccess
bool instead of raisingNotImplementedError
on 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-intersection
doc