#include <raytrace.h>
Collaboration diagram for hitmiss:
Data Fields | |
bu_list | l |
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 | |
hitmiss * | other |
for keeping track of the other end of the segment when we know it |
Definition at line 2225 of file raytrace.h.
|
Definition at line 2226 of file raytrace.h. Referenced by isect_ray_lseg(), isect_ray_planar_face(), nmg_class_ray_vs_shell(), and nmg_rt_print_hitlist(). |
|
Definition at line 2227 of file raytrace.h. Referenced by isect_ray_lseg(), isect_ray_planar_face(), nmg_class_ray_vs_shell(), nmg_pl_hitmiss_list(), and nmg_rt_print_hitmiss(). |
|
distance from plane intersect
Definition at line 2228 of file raytrace.h. |
|
status of ray as it transitions this hit point.
Definition at line 2229 of file raytrace.h. Referenced by nmg_rt_print_hitmiss(). |
|
Definition at line 2232 of file raytrace.h. Referenced by isect_ray_planar_face(). |
|
Definition at line 2233 of file raytrace.h. Referenced by nmg_rt_print_hitmiss(). |
|
Definition at line 2234 of file raytrace.h. Referenced by isect_ray_planar_face(). |
|
Definition at line 2235 of file raytrace.h. Referenced by nmg_rt_print_hitmiss(). |
|
is this a seg_in or seg_out
Definition at line 2236 of file raytrace.h. Referenced by nmg_rt_print_hitmiss(). |
|
for keeping track of the other end of the segment when we know it
Definition at line 2237 of file raytrace.h. |