Blender V5.0
EDGELIST Struct Reference

Public Attributes

int i1
int j1
int k1
int i2
int j2
int k2
int vid
EDGELISTnext

Detailed Description

List of edges.

Definition at line 76 of file mball_tessellate.cc.

Member Data Documentation

◆ i1

int EDGELIST::i1

Definition at line 77 of file mball_tessellate.cc.

Referenced by getedge(), and setedge().

◆ i2

int EDGELIST::i2

Definition at line 77 of file mball_tessellate.cc.

Referenced by getedge(), and setedge().

◆ j1

int EDGELIST::j1

Definition at line 77 of file mball_tessellate.cc.

Referenced by getedge(), and setedge().

◆ j2

int EDGELIST::j2

Definition at line 77 of file mball_tessellate.cc.

Referenced by getedge(), and setedge().

◆ k1

int EDGELIST::k1

Definition at line 77 of file mball_tessellate.cc.

Referenced by getedge(), and setedge().

◆ k2

int EDGELIST::k2

Definition at line 77 of file mball_tessellate.cc.

Referenced by getedge(), and setedge().

◆ next

EDGELIST* EDGELIST::next

Definition at line 79 of file mball_tessellate.cc.

Referenced by getedge(), and setedge().

◆ vid

int EDGELIST::vid

Definition at line 78 of file mball_tessellate.cc.

Referenced by getedge(), and setedge().


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