Go to the source code of this file.
Packages | |
| package | draw |
| Contains some drawing functions. | |
Functions | |
| def | draw.draw_circle |
| Draws a circle at a point in a grid. | |
| def | draw.draw_ellipse |
| Draws an ellipse at a point in a grid. | |
| def | draw.draw_perlin_ellipse |
| def | draw.draw_perlin_circle |
| Draws a Perlin-noise modified circle. | |
| def | draw.draw_circle_tree |
| Draws a recursive circle pattern. | |
| def | draw.draw_perlin_circle_tree |
| Draws a recursive circle pattern using Perlin-noise modified trees. | |
| def | draw.draw_perlin_ellipse_tree |
| Draws a recursive ellipse pattern using Perlin-noise modified trees. | |
| def | draw.demo_draw |
| Demos the functions in this module. | |
Variables | |
| int | draw.TWO_PI = 2 |
| tuple | draw.LOG2 = log(2) |
1.5.8