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

#include <BLI_voronoi_2d.h>

Public Attributes

struct VoronoiEdgenext
 
struct VoronoiEdgeprev
 
float start [2]
 
float end [2]
 
float direction [2]
 
float left [2]
 
float right [2]
 
float f
 
float g
 
struct VoronoiEdgeneighbor
 

Detailed Description

Definition at line 21 of file BLI_voronoi_2d.h.

Member Data Documentation

◆ direction

float VoronoiEdge::direction[2]

Definition at line 30 of file BLI_voronoi_2d.h.

Referenced by voronoi_finishEdge().

◆ end

float VoronoiEdge::end[2]

Definition at line 25 of file BLI_voronoi_2d.h.

Referenced by voronoi_finishEdge(), and voronoi_removeParabola().

◆ f

float VoronoiEdge::f

Definition at line 38 of file BLI_voronoi_2d.h.

Referenced by voronoi_finishEdge().

◆ g

float VoronoiEdge::g

Definition at line 38 of file BLI_voronoi_2d.h.

Referenced by voronoi_finishEdge().

◆ left

float VoronoiEdge::left[2]

Definition at line 33 of file BLI_voronoi_2d.h.

◆ neighbor

struct VoronoiEdge* VoronoiEdge::neighbor

Definition at line 42 of file BLI_voronoi_2d.h.

Referenced by voronoi_addParabola().

◆ next

struct VoronoiEdge* VoronoiEdge::next

Definition at line 22 of file BLI_voronoi_2d.h.

Referenced by BLI_voronoi_triangulate().

◆ prev

struct VoronoiEdge * VoronoiEdge::prev

Definition at line 22 of file BLI_voronoi_2d.h.

◆ right

float VoronoiEdge::right[2]

Definition at line 35 of file BLI_voronoi_2d.h.

◆ start

float VoronoiEdge::start[2]

Definition at line 25 of file BLI_voronoi_2d.h.

Referenced by voronoi_finishEdge().


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