BRL-CAD

#include <ray.h>

Collaboration diagram for nmg_hitmiss:
[legend]

Data Fields

struct bu_list l
 
struct nmg_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 nmg_hitmissother
 for keeping track of the other end of the segment when we know it More...
 

Detailed Description

Definition at line 184 of file ray.h.

Field Documentation

◆ l

struct bu_list l

Definition at line 181 of file ray.h.

◆ hit

struct nmg_hit hit

Definition at line 181 of file ray.h.

◆ dist_in_plane

fastf_t dist_in_plane

distance from plane intersect

Definition at line 187 of file ray.h.

◆ in_out

int in_out

status of ray as it transitions this hit point.

Definition at line 188 of file ray.h.

◆ inbound_use

long* inbound_use

Definition at line 191 of file ray.h.

◆ inbound_norm

vect_t inbound_norm

Definition at line 192 of file ray.h.

◆ outbound_use

long* outbound_use

Definition at line 193 of file ray.h.

◆ outbound_norm

vect_t outbound_norm

Definition at line 194 of file ray.h.

◆ start_stop

int start_stop

is this a seg_in or seg_out

Definition at line 195 of file ray.h.

◆ other

struct nmg_hitmiss* other

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

Definition at line 196 of file ray.h.


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