|
Blender
V2.93
|
Public Attributes | |
| ListBase | queue |
| ListBase | edges |
| VoronoiParabola * | root |
| int | width |
| int | height |
| float | current_y |
Definition at line 58 of file voronoi_2d.c.
| float VoronoiProcess::current_y |
Definition at line 62 of file voronoi_2d.c.
| ListBase VoronoiProcess::edges |
Definition at line 59 of file voronoi_2d.c.
| int VoronoiProcess::height |
Definition at line 61 of file voronoi_2d.c.
| ListBase VoronoiProcess::queue |
Definition at line 59 of file voronoi_2d.c.
| VoronoiParabola* VoronoiProcess::root |
Definition at line 60 of file voronoi_2d.c.
| int VoronoiProcess::width |
Definition at line 61 of file voronoi_2d.c.