BRL-CAD

#include <seg.h>

Collaboration diagram for seg:
[legend]

Data Fields

struct bu_list l
 
struct hit seg_in
 IN information. More...
 
struct hit seg_out
 OUT information. More...
 
struct soltabseg_stp
 pointer back to soltab More...
 

Detailed Description

Intersection segment.

Includes information about both endpoints of intersection. Contains forward link to additional intersection segments if the intersection spans multiple segments (e.g., shooting a ray through a torus).

Definition at line 59 of file seg.h.

Field Documentation

◆ l

struct bu_list l

Definition at line 60 of file seg.h.

◆ seg_in

struct hit seg_in

IN information.

Definition at line 61 of file seg.h.

◆ seg_out

struct hit seg_out

OUT information.

Definition at line 62 of file seg.h.

◆ seg_stp

struct soltab* seg_stp

pointer back to soltab

Definition at line 63 of file seg.h.


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