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

#include <geom.h>

Data Fields

uint32_t ehy_magic
 
point_t ehy_V
 ehy vertex
 
vect_t ehy_H
 height vector
 
vect_t ehy_Au
 unit vector along semi-major axis
 
fastf_t ehy_r1
 scalar semi-major axis length
 
fastf_t ehy_r2
 scalar semi-minor axis length
 
fastf_t ehy_c
 dist from hyperbola to vertex of asymptotes
 

Detailed Description

Definition at line 517 of file geom.h.

Field Documentation

◆ ehy_magic

uint32_t ehy_magic

Definition at line 518 of file geom.h.

◆ ehy_V

point_t ehy_V

ehy vertex

Definition at line 519 of file geom.h.

◆ ehy_H

vect_t ehy_H

height vector

Definition at line 520 of file geom.h.

◆ ehy_Au

vect_t ehy_Au

unit vector along semi-major axis

Definition at line 521 of file geom.h.

◆ ehy_r1

fastf_t ehy_r1

scalar semi-major axis length

Definition at line 522 of file geom.h.

◆ ehy_r2

fastf_t ehy_r2

scalar semi-minor axis length

Definition at line 523 of file geom.h.

◆ ehy_c

fastf_t ehy_c

dist from hyperbola to vertex of asymptotes

Definition at line 524 of file geom.h.


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