BRL-CAD

#include <geom.h>

Data Fields

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

Detailed Description

Definition at line 511 of file geom.h.

Field Documentation

◆ ehy_magic

uint32_t ehy_magic

Definition at line 512 of file geom.h.

◆ ehy_V

point_t ehy_V

ehy vertex

Definition at line 513 of file geom.h.

◆ ehy_H

vect_t ehy_H

height vector

Definition at line 514 of file geom.h.

◆ ehy_Au

vect_t ehy_Au

unit vector along semi-major axis

Definition at line 515 of file geom.h.

◆ ehy_r1

fastf_t ehy_r1

scalar semi-major axis length

Definition at line 516 of file geom.h.

◆ ehy_r2

fastf_t ehy_r2

scalar semi-minor axis length

Definition at line 517 of file geom.h.

◆ ehy_c

fastf_t ehy_c

dist from hyperbola to vertex of asymptotes

Definition at line 518 of file geom.h.


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