BRL-CAD
Collaboration diagram for Right Parabolic Cylinder:

Files

file  rpc.h
 

Data Structures

struct  rt_rpc_internal
 

Macros

#define RT_RPC_CK_MAGIC(_p)   BU_CKMAG(_p, RT_RPC_INTERNAL_MAGIC, "rt_rpc_internal")
 

Functions

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

Detailed Description

Macro Definition Documentation

◆ RT_RPC_CK_MAGIC

#define RT_RPC_CK_MAGIC (   _p)    BU_CKMAG(_p, RT_RPC_INTERNAL_MAGIC, "rt_rpc_internal")

Definition at line 471 of file geom.h.

Function Documentation

◆ rt_mk_parabola()

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