BRL-CAD
hitmiss Struct Reference

#include <nmg.h>

Collaboration diagram for hitmiss:
[legend]

Data Fields

struct bu_list l
 
struct hit hit
 
fastf_t dist_in_plane
 distance from plane intersect More...
 
int in_out
 status of ray as it transitions this hit point. More...
 
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 More...
 
struct hitmissother
 for keeping track of the other end of the segment when we know it More...
 

Detailed Description

Definition at line 43 of file nmg.h.

Field Documentation

◆ l

struct bu_list l

Definition at line 44 of file nmg.h.

◆ hit

struct hit hit

Definition at line 45 of file nmg.h.

◆ dist_in_plane

fastf_t dist_in_plane

distance from plane intersect

Definition at line 46 of file nmg.h.

◆ in_out

int in_out

status of ray as it transitions this hit point.

Definition at line 47 of file nmg.h.

◆ inbound_use

long* inbound_use

Definition at line 50 of file nmg.h.

◆ inbound_norm

vect_t inbound_norm

Definition at line 51 of file nmg.h.

◆ outbound_use

long* outbound_use

Definition at line 52 of file nmg.h.

◆ outbound_norm

vect_t outbound_norm

Definition at line 53 of file nmg.h.

◆ start_stop

int start_stop

is this a seg_in or seg_out

Definition at line 54 of file nmg.h.

◆ other

struct hitmiss* other

for keeping track of the other end of the segment when we know it

Definition at line 55 of file nmg.h.


The documentation for this struct was generated from the following file: