BRL-CAD

#include <geom.h>

Data Fields

uint32_t epa_magic
 
point_t epa_V
 epa vertex More...
 
vect_t epa_H
 height vector More...
 
vect_t epa_Au
 unit vector along semi-major axis More...
 
fastf_t epa_r1
 scalar semi-major axis length More...
 
fastf_t epa_r2
 scalar semi-minor axis length More...
 

Detailed Description

Definition at line 495 of file geom.h.

Field Documentation

◆ epa_magic

uint32_t epa_magic

Definition at line 496 of file geom.h.

◆ epa_V

point_t epa_V

epa vertex

Definition at line 497 of file geom.h.

◆ epa_H

vect_t epa_H

height vector

Definition at line 498 of file geom.h.

◆ epa_Au

vect_t epa_Au

unit vector along semi-major axis

Definition at line 499 of file geom.h.

◆ epa_r1

fastf_t epa_r1

scalar semi-major axis length

Definition at line 500 of file geom.h.

◆ epa_r2

fastf_t epa_r2

scalar semi-minor axis length

Definition at line 501 of file geom.h.


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