BRL-CAD
Loading...
Searching...
No Matches
Collaboration diagram for Truncated General Cone:

Files

file  tgc.h
 

Data Structures

struct  rt_tgc_internal
 

Macros

#define RT_TGC_CK_MAGIC(_p)   BU_CKMAG(_p, RT_TGC_INTERNAL_MAGIC, "rt_tgc_internal")
 

Functions

void rt_pnt_sort (fastf_t t[], int npts)
 
void rt_tgc_move_pt (struct rt_tgc_internal *tgc, int point_num, const fastf_t *new_pos)
 
int rt_tgc_std_type (const struct rt_db_internal *ip, const struct bn_tol *tol)
 

Detailed Description

Macro Definition Documentation

◆ RT_TGC_CK_MAGIC

#define RT_TGC_CK_MAGIC (   _p)    BU_CKMAG(_p, RT_TGC_INTERNAL_MAGIC, "rt_tgc_internal")

Definition at line 88 of file geom.h.

Function Documentation

◆ rt_pnt_sort()

void rt_pnt_sort ( fastf_t  t[],
int  npts 
)
extern

◆ rt_tgc_move_pt()

void rt_tgc_move_pt ( struct rt_tgc_internal tgc,
int  point_num,
const fastf_t new_pos 
)
extern

◆ rt_tgc_std_type()

int rt_tgc_std_type ( const struct rt_db_internal ip,
const struct bn_tol tol 
)
extern