Blender V4.3
CORNER Struct Reference

Public Attributes

int i
 
int j
 
int k
 
float co [3]
 
float value
 
CORNERnext
 

Detailed Description

Corner of a cube.

Definition at line 50 of file mball_tessellate.cc.

Member Data Documentation

◆ co

float CORNER::co[3]

Definition at line 52 of file mball_tessellate.cc.

Referenced by converge(), and setcorner().

◆ i

int CORNER::i

Definition at line 51 of file mball_tessellate.cc.

Referenced by setcorner(), and vertid().

◆ j

int CORNER::j

Definition at line 51 of file mball_tessellate.cc.

Referenced by setcorner(), and vertid().

◆ k

int CORNER::k

Definition at line 51 of file mball_tessellate.cc.

Referenced by setcorner(), and vertid().

◆ next

CORNER* CORNER::next

Definition at line 53 of file mball_tessellate.cc.

Referenced by setcorner().

◆ value

float CORNER::value

Definition at line 52 of file mball_tessellate.cc.

Referenced by converge(), docube(), find_first_points(), and setcorner().


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