KiCad PCB EDA Suite
Loading...
Searching...
No Matches
SHAPE_POLY_SET::VERTEX_INDEX Struct Reference

Structure to hold the necessary information in order to index a vertex on a SHAPE_POLY_SET object: the polygon index, the contour index relative to the polygon and the vertex index relative the contour. More...

#include <shape_poly_set.h>

Public Member Functions

 VERTEX_INDEX ()
 

Public Attributes

int m_polygon
 
int m_contour
 
int m_vertex
 

Detailed Description

Structure to hold the necessary information in order to index a vertex on a SHAPE_POLY_SET object: the polygon index, the contour index relative to the polygon and the vertex index relative the contour.

Definition at line 215 of file shape_poly_set.h.

Constructor & Destructor Documentation

◆ VERTEX_INDEX()

SHAPE_POLY_SET::VERTEX_INDEX::VERTEX_INDEX ( )
inline

Definition at line 221 of file shape_poly_set.h.

Member Data Documentation

◆ m_contour

◆ m_polygon

◆ m_vertex


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