BRL-CAD

#include <geom.h>

Data Fields

uint32_t rhc_magic
 
point_t rhc_V
 rhc vertex More...
 
vect_t rhc_H
 height vector More...
 
vect_t rhc_B
 breadth vector More...
 
fastf_t rhc_r
 scalar half-width of rectangular face More...
 
fastf_t rhc_c
 dist from hyperbola to vertex of asymptotes More...
 

Detailed Description

Definition at line 479 of file geom.h.

Field Documentation

◆ rhc_magic

uint32_t rhc_magic

Definition at line 480 of file geom.h.

◆ rhc_V

point_t rhc_V

rhc vertex

Definition at line 481 of file geom.h.

◆ rhc_H

vect_t rhc_H

height vector

Definition at line 482 of file geom.h.

◆ rhc_B

vect_t rhc_B

breadth vector

Definition at line 483 of file geom.h.

◆ rhc_r

fastf_t rhc_r

scalar half-width of rectangular face

Definition at line 484 of file geom.h.

◆ rhc_c

fastf_t rhc_c

dist from hyperbola to vertex of asymptotes

Definition at line 485 of file geom.h.


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