Blender  V3.3
Public Attributes | List of all members
VoronoiEvent Struct Reference

Public Attributes

struct VoronoiEventnext
 
struct VoronoiEventprev
 
int type
 
float site [2]
 
struct VoronoiParabolaparabola
 

Detailed Description

Definition at line 25 of file voronoi_2d.c.

Member Data Documentation

◆ next

struct VoronoiEvent* VoronoiEvent::next

Definition at line 26 of file voronoi_2d.c.

Referenced by voronoi_insertEvent().

◆ parabola

struct VoronoiParabola* VoronoiEvent::parabola

Definition at line 31 of file voronoi_2d.c.

Referenced by voronoi_checkCircle().

◆ prev

struct VoronoiEvent * VoronoiEvent::prev

Definition at line 26 of file voronoi_2d.c.

◆ site

float VoronoiEvent::site[2]

Definition at line 29 of file voronoi_2d.c.

Referenced by voronoi_insertEvent(), and voronoi_removeParabola().

◆ type

int VoronoiEvent::type

Definition at line 28 of file voronoi_2d.c.


The documentation for this struct was generated from the following file: