BRL-CAD
|
#include <space_partition.h>
Data Fields | |
int | cut_type |
union cutter * | cut_forw |
Freelist forward link. More... | |
struct cutnode | cn |
struct boxnode | bn |
Definition at line 71 of file space_partition.h.
int cut_type |
Definition at line 72 of file space_partition.h.
union cutter* cut_forw |
Freelist forward link.
Definition at line 73 of file space_partition.h.
struct cutnode cn |
Definition at line 74 of file space_partition.h.
struct boxnode bn |
Definition at line 75 of file space_partition.h.