Blender  V2.93
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 37 of file BLI_voronoi_2d.h.

Member Data Documentation

◆ direction

float VoronoiEdge::direction[2]

◆ end

float VoronoiEdge::end[2]

◆ f

float VoronoiEdge::f

◆ g

float VoronoiEdge::g

◆ left

float VoronoiEdge::left[2]

Definition at line 49 of file BLI_voronoi_2d.h.

Referenced by voronoiEdge_new().

◆ neighbor

struct VoronoiEdge* VoronoiEdge::neighbor

Definition at line 58 of file BLI_voronoi_2d.h.

Referenced by BLI_voronoi_compute(), voronoi_addParabola(), and voronoiEdge_new().

◆ next

struct VoronoiEdge* VoronoiEdge::next

◆ prev

struct VoronoiEdge * VoronoiEdge::prev

Definition at line 38 of file BLI_voronoi_2d.h.

◆ right

float VoronoiEdge::right[2]

Definition at line 51 of file BLI_voronoi_2d.h.

Referenced by voronoiEdge_new().

◆ start

float VoronoiEdge::start[2]

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