Blender  V3.3
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 42 of file voronoi_2d.c.

Member Data Documentation

◆ current_y

float VoronoiProcess::current_y

Definition at line 46 of file voronoi_2d.c.

◆ edges

ListBase VoronoiProcess::edges

Definition at line 43 of file voronoi_2d.c.

◆ height

int VoronoiProcess::height

Definition at line 45 of file voronoi_2d.c.

◆ queue

ListBase VoronoiProcess::queue

Definition at line 43 of file voronoi_2d.c.

◆ root

VoronoiParabola* VoronoiProcess::root

Definition at line 44 of file voronoi_2d.c.

◆ width

int VoronoiProcess::width

Definition at line 45 of file voronoi_2d.c.


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