|
Blender V4.3
|
Public Attributes | |
| int | i |
| int | j |
| int | k |
| float | co [3] |
| float | value |
| CORNER * | next |
Corner of a cube.
Definition at line 50 of file mball_tessellate.cc.
| float CORNER::co[3] |
Definition at line 52 of file mball_tessellate.cc.
Referenced by converge(), and setcorner().
| int CORNER::i |
Definition at line 51 of file mball_tessellate.cc.
Referenced by setcorner(), and vertid().
| int CORNER::j |
Definition at line 51 of file mball_tessellate.cc.
Referenced by setcorner(), and vertid().
| int CORNER::k |
Definition at line 51 of file mball_tessellate.cc.
Referenced by setcorner(), and vertid().
| CORNER* CORNER::next |
Definition at line 53 of file mball_tessellate.cc.
Referenced by setcorner().
| float CORNER::value |
Definition at line 52 of file mball_tessellate.cc.
Referenced by converge(), docube(), find_first_points(), and setcorner().