BRL-CAD
Loading...
Searching...
No Matches

#include <geom.h>

Collaboration diagram for fill_seg:
[legend]

Data Fields

uint32_t magic
 
int loop_count
 
int point_count
 
int * loop_ends
 
int * points
 
int legacy_start
 
int legacy_count
 

Detailed Description

A filled annotation polygon. points contains indices into the enclosing annotation's vertex table. loop_ends contains exclusive cumulative ends: loop 0 is the outer boundary and subsequent loops are holes. Closing vertices may be repeated, but are not required.

Definition at line 1093 of file geom.h.

Field Documentation

◆ magic

uint32_t magic

Definition at line 1094 of file geom.h.

◆ loop_count

int loop_count

Definition at line 1095 of file geom.h.

◆ point_count

int point_count

Definition at line 1096 of file geom.h.

◆ loop_ends

int* loop_ends

Definition at line 1097 of file geom.h.

◆ points

int* points

Definition at line 1098 of file geom.h.

◆ legacy_start

int legacy_start

first compatibility outline segment

Definition at line 1099 of file geom.h.

◆ legacy_count

int legacy_count

number of compatibility outline segments

Definition at line 1100 of file geom.h.


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