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

#include <geom.h>

Data Fields

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

Detailed Description

Definition at line 485 of file geom.h.

Field Documentation

◆ rhc_magic

uint32_t rhc_magic

Definition at line 486 of file geom.h.

◆ rhc_V

point_t rhc_V

rhc vertex

Definition at line 487 of file geom.h.

◆ rhc_H

vect_t rhc_H

height vector

Definition at line 488 of file geom.h.

◆ rhc_B

vect_t rhc_B

breadth vector

Definition at line 489 of file geom.h.

◆ rhc_r

fastf_t rhc_r

scalar half-width of rectangular face

Definition at line 490 of file geom.h.

◆ rhc_c

fastf_t rhc_c

dist from hyperbola to vertex of asymptotes

Definition at line 491 of file geom.h.


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