BRL-CAD

#include <geom.h>

Data Fields

uint32_t hyp_magic
 
point_t hyp_Vi
 hyp vertex More...
 
vect_t hyp_Hi
 full height vector More...
 
vect_t hyp_A
 semi-major axis More...
 
fastf_t hyp_b
 scalar semi-minor axis length More...
 
fastf_t hyp_bnr
 ratio of minimum neck width to base width More...
 

Detailed Description

Definition at line 528 of file geom.h.

Field Documentation

◆ hyp_magic

uint32_t hyp_magic

Definition at line 529 of file geom.h.

◆ hyp_Vi

point_t hyp_Vi

hyp vertex

Definition at line 530 of file geom.h.

◆ hyp_Hi

vect_t hyp_Hi

full height vector

Definition at line 531 of file geom.h.

◆ hyp_A

vect_t hyp_A

semi-major axis

Definition at line 532 of file geom.h.

◆ hyp_b

fastf_t hyp_b

scalar semi-minor axis length

Definition at line 533 of file geom.h.

◆ hyp_bnr

fastf_t hyp_bnr

ratio of minimum neck width to base width

Definition at line 534 of file geom.h.


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