Blender
V3.3
|
Public Attributes | |
ListBase | queue |
ListBase | edges |
VoronoiParabola * | root |
int | width |
int | height |
float | current_y |
Definition at line 42 of file voronoi_2d.c.
float VoronoiProcess::current_y |
Definition at line 46 of file voronoi_2d.c.
ListBase VoronoiProcess::edges |
Definition at line 43 of file voronoi_2d.c.
int VoronoiProcess::height |
Definition at line 45 of file voronoi_2d.c.
ListBase VoronoiProcess::queue |
Definition at line 43 of file voronoi_2d.c.
VoronoiParabola* VoronoiProcess::root |
Definition at line 44 of file voronoi_2d.c.
int VoronoiProcess::width |
Definition at line 45 of file voronoi_2d.c.