API Reference > Structs, Records, Enums > gpc_vertex Structure
gpc_vertex Structure
Syntax
C++
typedef struct { double x; double y; } gpc_vertex;

avgpc.h

Members 
Description 
double x; 
Vertex x component 
double y; 
vertex y component 

This is type gpc_vertex.

Copyright © 2002–2020. Open Design Alliance. All rights reserved.