![]() |
Python_2
1.0
|
Namespaces | |
_16_sierpinski_arrowhead | |
Draws a Sierpinski arrowhead curve. | |
Functions | |
def | _16_sierpinski_arrowhead.Sierpinski_arrowhead_curve (order, length) |
Creates a Sierpinski Arrowhead curve, by recursively breaking an initial line, starting at a given point, into three new segments. More... | |
def | _16_sierpinski_arrowhead.draw (c, points, contour=False) |
Draw lines, given in points, on canvas c. More... | |
def | _16_sierpinski_arrowhead.main (argv=None) |
Main program. More... | |