Blender V2.61 - r43446
|
#include <BKE_mball.h>
Public Attributes | |
int | i1 |
int | j1 |
int | k1 |
int | i2 |
int | j2 |
int | k2 |
int | vid |
struct edgelist * | next |
Definition at line 74 of file BKE_mball.h.
int edgelist::i1 |
Definition at line 75 of file BKE_mball.h.
int edgelist::i2 |
Definition at line 75 of file BKE_mball.h.
int edgelist::j1 |
Definition at line 75 of file BKE_mball.h.
int edgelist::j2 |
Definition at line 75 of file BKE_mball.h.
int edgelist::k1 |
Definition at line 75 of file BKE_mball.h.
int edgelist::k2 |
Definition at line 75 of file BKE_mball.h.
struct edgelist* edgelist::next |
Definition at line 77 of file BKE_mball.h.
int edgelist::vid |
Definition at line 76 of file BKE_mball.h.