Some utils for drawing...
Arbitrary depth and arbitrary precision bezier implementation. Takes a list of (x,y) point tuples and returnes the points to draw for the bezier curve.
Return a point which splits the given line at the given percentage...
Example: splitline( (0,0), (20, 30), 0.1)
Enter search terms or a module, class or function name.