![]() |
Python_2
1.0
|
Namespaces | |
_16_sierpinski_gasket | |
Draws a Sierpinski Gasket. | |
Functions | |
def | _16_sierpinski_gasket.Sierpinski (a, b, c, n, fourth=False) |
Creates a Sierpinski Gasket, by recursively partitioning an initial triangle (a,b,c) into three or four new triangles. More... | |
def | _16_sierpinski_gasket.draw (c, points, contour=False) |
Draw triangles, given in points, on canvas c. More... | |
def | _16_sierpinski_gasket.main (argv=None) |
Main program. More... | |