BRL-CAD
|
#include <ray_partition.h>
Data Fields | |
int | hits |
int | misses |
struct partition_list * | list |
struct application * | ap |
Partition bundle. Passed from rt_shootrays() into user's bundle_hit() function.
Definition at line 149 of file ray_partition.h.
int hits |
Definition at line 150 of file ray_partition.h.
int misses |
Definition at line 151 of file ray_partition.h.
struct partition_list* list |
Definition at line 152 of file ray_partition.h.
struct application* ap |
Definition at line 153 of file ray_partition.h.