BRL-CAD
hitmiss Struct Reference

#include <nmg_conv.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_conv.h.

Field Documentation

◆ l

struct bu_list l

Definition at line 44 of file nmg_conv.h.

◆ hit

struct hit hit

Definition at line 45 of file nmg_conv.h.

◆ dist_in_plane

fastf_t dist_in_plane

distance from plane intersect

Definition at line 46 of file nmg_conv.h.

◆ in_out

int in_out

status of ray as it transitions this hit point.

Definition at line 47 of file nmg_conv.h.

◆ inbound_use

long* inbound_use

Definition at line 50 of file nmg_conv.h.

◆ inbound_norm

vect_t inbound_norm

Definition at line 51 of file nmg_conv.h.

◆ outbound_use

long* outbound_use

Definition at line 52 of file nmg_conv.h.

◆ outbound_norm

vect_t outbound_norm

Definition at line 53 of file nmg_conv.h.

◆ start_stop

int start_stop

is this a seg_in or seg_out

Definition at line 54 of file nmg_conv.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_conv.h.


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