Blender  V2.93
Public Attributes | List of all members
VoronoiProcess Struct Reference

Public Attributes

ListBase queue
 
ListBase edges
 
VoronoiParabolaroot
 
int width
 
int height
 
float current_y
 

Detailed Description

Definition at line 58 of file voronoi_2d.c.

Member Data Documentation

◆ current_y

float VoronoiProcess::current_y

Definition at line 62 of file voronoi_2d.c.

◆ edges

ListBase VoronoiProcess::edges

Definition at line 59 of file voronoi_2d.c.

◆ height

int VoronoiProcess::height

Definition at line 61 of file voronoi_2d.c.

◆ queue

ListBase VoronoiProcess::queue

Definition at line 59 of file voronoi_2d.c.

◆ root

VoronoiParabola* VoronoiProcess::root

Definition at line 60 of file voronoi_2d.c.

◆ width

int VoronoiProcess::width

Definition at line 61 of file voronoi_2d.c.


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