BRL-CAD
Collaboration diagram for Right Hyberbolic Cylinder:

Files

file  rhc.h
 

Data Structures

struct  rt_rhc_internal
 

Macros

#define RT_RHC_CK_MAGIC(_p)   BU_CKMAG(_p, RT_RHC_INTERNAL_MAGIC, "rt_rhc_internal")
 

Functions

int rt_mk_hyperbola (struct rt_pnt_node *pts, fastf_t r, fastf_t b, fastf_t c, fastf_t dtol, fastf_t ntol)
 

Detailed Description

Macro Definition Documentation

◆ RT_RHC_CK_MAGIC

#define RT_RHC_CK_MAGIC (   _p)    BU_CKMAG(_p, RT_RHC_INTERNAL_MAGIC, "rt_rhc_internal")

Definition at line 487 of file geom.h.

Function Documentation

◆ rt_mk_hyperbola()

int rt_mk_hyperbola ( struct rt_pnt_node *  pts,
fastf_t  r,
fastf_t  b,
fastf_t  c,
fastf_t  dtol,
fastf_t  ntol 
)