#include <rtgeom.h>
Data Fields | |
| int | npts |
| number of points for this polygon | |
| fastf_t * | verts |
| has 3*npts elements | |
| fastf_t * | norms |
| has 3*npts elements | |
Definition at line 194 of file rtgeom.h.
|
|
number of points for this polygon
Definition at line 195 of file rtgeom.h. Referenced by nmg_to_poly(), rt_pg_prep(), and rt_pg_to_bot(). |
|
|
has 3*npts elements
Definition at line 196 of file rtgeom.h. Referenced by nmg_to_poly(), rt_pg_ifree(), rt_pg_prep(), and rt_pg_to_bot(). |
|
|
has 3*npts elements
Definition at line 197 of file rtgeom.h. Referenced by nmg_to_poly(), and rt_pg_ifree(). |
1.4.6