|
BRL-CAD
|
#include <nmg_conv.h>
Data Fields | |
| struct bu_list | l |
| struct hit | hit |
| fastf_t | dist_in_plane |
| distance from plane intersect | |
| int | in_out |
| status of ray as it transitions this hit point. | |
| long * | inbound_use |
| vect_t | inbound_norm |
| long * | outbound_use |
| vect_t | outbound_norm |
| int | start_stop |
| is this a seg_in or seg_out | |
| struct hitmiss * | other |
| for keeping track of the other end of the segment when we know it | |
Definition at line 43 of file nmg_conv.h.
| struct bu_list l |
Definition at line 44 of file nmg_conv.h.
Definition at line 45 of file nmg_conv.h.
| fastf_t dist_in_plane |
distance from plane intersect
Definition at line 46 of file nmg_conv.h.
| int in_out |
status of ray as it transitions this hit point.
Definition at line 47 of file nmg_conv.h.
| long* inbound_use |
Definition at line 50 of file nmg_conv.h.
| vect_t inbound_norm |
Definition at line 51 of file nmg_conv.h.
| long* outbound_use |
Definition at line 52 of file nmg_conv.h.
| vect_t outbound_norm |
Definition at line 53 of file nmg_conv.h.
| int start_stop |
is this a seg_in or seg_out
Definition at line 54 of file nmg_conv.h.
| struct hitmiss* other |
for keeping track of the other end of the segment when we know it
Definition at line 55 of file nmg_conv.h.