#include <rtgeom.h>
Data Fields | |
long | magic |
point_t | v |
center point | |
vect_t | h |
normal, unit length | |
fastf_t | r_h |
radius in H direction (r2) | |
fastf_t | r_a |
radius in A direction (r1) | |
vect_t | a |
r_a length | |
vect_t | b |
r_b length | |
fastf_t | r_b |
radius in B direction (typ == r_a) |
Definition at line 71 of file rtgeom.h.
|
Definition at line 72 of file rtgeom.h. Referenced by rt_tor_import(), and rt_tor_import5(). |
|
center point
Definition at line 73 of file rtgeom.h. Referenced by rt_tor_export(), rt_tor_export5(), rt_tor_import(), rt_tor_import5(), rt_tor_plot(), rt_tor_prep(), and rt_tor_tess(). |
|
normal, unit length
Definition at line 74 of file rtgeom.h. Referenced by rt_tor_export(), rt_tor_export5(), rt_tor_import(), rt_tor_import5(), rt_tor_plot(), rt_tor_prep(), and rt_tor_tess(). |
|
radius in H direction (r2)
Definition at line 75 of file rtgeom.h. Referenced by rt_tor_export(), rt_tor_export5(), rt_tor_import(), rt_tor_import5(), rt_tor_plot(), rt_tor_prep(), and rt_tor_tess(). |
|
radius in A direction (r1)
Definition at line 76 of file rtgeom.h. Referenced by rt_tor_export(), rt_tor_export5(), rt_tor_import(), rt_tor_import5(), rt_tor_plot(), rt_tor_prep(), and rt_tor_tess(). |
|
r_a length
Definition at line 78 of file rtgeom.h. Referenced by rt_tor_import(), rt_tor_import5(), rt_tor_plot(), rt_tor_prep(), and rt_tor_tess(). |
|
r_b length
Definition at line 79 of file rtgeom.h. Referenced by rt_tor_import(), rt_tor_import5(), rt_tor_plot(), rt_tor_prep(), and rt_tor_tess(). |
|
radius in B direction (typ == r_a)
Definition at line 80 of file rtgeom.h. Referenced by rt_tor_import(), rt_tor_import5(), and rt_tor_prep(). |