fixed bez2poly function

pull/60/head
Andy 2018-06-10 14:38:08 -07:00
parent a2ea4a0e80
commit 850055fa57
1 changed files with 2 additions and 1 deletions

View File

@ -18,7 +18,8 @@ except:
# Internal dependencies # Internal dependencies
from .bezier import (bezier_intersections, bezier_bounding_box, split_bezier, from .bezier import (bezier_intersections, bezier_bounding_box, split_bezier,
bezier_by_line_intersections, polynomial2bezier) bezier_by_line_intersections, polynomial2bezier,
bezier2polynomial)
from .misctools import BugException from .misctools import BugException
from .polytools import rational_limit, polyroots, polyroots01, imag, real from .polytools import rational_limit, polyroots, polyroots01, imag, real