Blender
V3.3
|
Public Attributes | |
struct VoronoiEvent * | next |
struct VoronoiEvent * | prev |
int | type |
float | site [2] |
struct VoronoiParabola * | parabola |
Definition at line 25 of file voronoi_2d.c.
struct VoronoiEvent* VoronoiEvent::next |
Definition at line 26 of file voronoi_2d.c.
Referenced by voronoi_insertEvent().
struct VoronoiParabola* VoronoiEvent::parabola |
Definition at line 31 of file voronoi_2d.c.
Referenced by voronoi_checkCircle().
struct VoronoiEvent * VoronoiEvent::prev |
Definition at line 26 of file voronoi_2d.c.
float VoronoiEvent::site[2] |
Definition at line 29 of file voronoi_2d.c.
Referenced by voronoi_insertEvent(), and voronoi_removeParabola().
int VoronoiEvent::type |
Definition at line 28 of file voronoi_2d.c.