BRL-CAD
Loading...
Searching...
No Matches

#include <geom.h>

Data Fields

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

Detailed Description

Definition at line 501 of file geom.h.

Field Documentation

◆ epa_magic

uint32_t epa_magic

Definition at line 502 of file geom.h.

◆ epa_V

point_t epa_V

epa vertex

Definition at line 503 of file geom.h.

◆ epa_H

vect_t epa_H

height vector

Definition at line 504 of file geom.h.

◆ epa_Au

vect_t epa_Au

unit vector along semi-major axis

Definition at line 505 of file geom.h.

◆ epa_r1

fastf_t epa_r1

scalar semi-major axis length

Definition at line 506 of file geom.h.

◆ epa_r2

fastf_t epa_r2

scalar semi-minor axis length

Definition at line 507 of file geom.h.


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