![]() |
Python_2
1.0
|
Namespaces | |
_13_VoronoiDemo | |
Interactively draws a Delaunay triangulation and its dual Voronoi diagram. | |
Functions | |
def | _13_VoronoiDemo.display () |
def | _13_VoronoiDemo.reshape (wid, hgt) |
def | _13_VoronoiDemo.mouse (button, state, x, y) |
def | _13_VoronoiDemo.init () |
def | _13_VoronoiDemo.main (argv=None) |
Variables | |
int | _13_VoronoiDemo.width = 512 |
int | _13_VoronoiDemo.height = 512 |
list | _13_VoronoiDemo.points = [] |
_13_VoronoiDemo.triang = Delaunay_triangulation_2() | |