API Reference
>
Structs, Records, Enums
>
gpc_polygon Structure
gpc_polygon Structure
Collapse All
Syntax
C++
typedef
struct
{
int
num_contours
;
int
*
hole
;
gpc_vertex_list
*
contour
; } gpc_polygon;
File
avgpc.h
Members
Members
Description
int num_contours;
Number of contours in polygon
int * hole;
Hole / external contour flags
gpc_vertex_list * contour;
Contour array pointer
Description
This is type gpc_polygon.
Group
Structs, Records, Enums
Was this documentation helpful?
We are sorry. Please tell us what we can improve.
*
Great! Please provide additional feedback.
(Optional)
Thank you for your feedback!
Please wait...
Something went wrong!
Copyright © 2002–2020. Open Design Alliance. All rights reserved.
Send feedback about this topic