BRL-CAD
Collaboration diagram for POLY:

Files

file  pg.h
 

Data Structures

struct  rt_pg_face_internal
 has npoly elements More...
 
struct  rt_pg_internal
 

Macros

#define RT_PG_CK_MAGIC(_p)   BU_CKMAG(_p, RT_PG_INTERNAL_MAGIC, "rt_pg_internal")
 

Functions

int rt_pg_to_bot (struct rt_db_internal *ip, const struct bn_tol *tol, struct resource *resp0)
 
int rt_pg_plot (struct bu_list *vhead, struct rt_db_internal *ip, const struct bg_tess_tol *ttol, const struct bn_tol *tol, const struct bview *info)
 
int rt_pg_plot_poly (struct bu_list *vhead, struct rt_db_internal *ip, const struct bg_tess_tol *ttol, const struct bn_tol *tol)
 

Detailed Description

Macro Definition Documentation

◆ RT_PG_CK_MAGIC

#define RT_PG_CK_MAGIC (   _p)    BU_CKMAG(_p, RT_PG_INTERNAL_MAGIC, "rt_pg_internal")

Definition at line 275 of file geom.h.

Function Documentation

◆ rt_pg_to_bot()

int rt_pg_to_bot ( struct rt_db_internal ip,
const struct bn_tol tol,
struct resource resp0 
)

◆ rt_pg_plot()

int rt_pg_plot ( struct bu_list vhead,
struct rt_db_internal ip,
const struct bg_tess_tol ttol,
const struct bn_tol tol,
const struct bview info 
)

◆ rt_pg_plot_poly()

int rt_pg_plot_poly ( struct bu_list vhead,
struct rt_db_internal ip,
const struct bg_tess_tol ttol,
const struct bn_tol tol 
)