BRL-CAD
rt_pg_internal Struct Reference

#include <geom.h>

Collaboration diagram for rt_pg_internal:
[legend]

Data Fields

uint32_t magic
 
size_t npoly
 
struct rt_pg_face_internalpoly
 has npoly elements More...
 
size_t max_npts
 maximum value of npts in poly[] More...
 

Detailed Description

Definition at line 268 of file geom.h.

Field Documentation

◆ magic

uint32_t magic

Definition at line 269 of file geom.h.

◆ npoly

size_t npoly

Definition at line 270 of file geom.h.

◆ poly

struct rt_pg_face_internal* poly

has npoly elements

Definition at line 271 of file geom.h.

◆ max_npts

size_t max_npts

maximum value of npts in poly[]

Definition at line 273 of file geom.h.


The documentation for this struct was generated from the following file: