Horizon
Public Attributes | List of all members
SHAPE_POLY_SET::VERTEX_INDEX Struct Reference

Struct VERTEX_INDEX. More...

#include <shape_poly_set.h>

Public Attributes

int m_polygon
 
int m_contour
 
int m_vertex
 

Detailed Description

Struct VERTEX_INDEX.

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.

Member Data Documentation

◆ m_contour

int SHAPE_POLY_SET::VERTEX_INDEX::m_contour

m_contour is the index of the contour relative to the polygon.

◆ m_polygon

int SHAPE_POLY_SET::VERTEX_INDEX::m_polygon

m_polygon is the index of the polygon.

◆ m_vertex

int SHAPE_POLY_SET::VERTEX_INDEX::m_vertex

m_vertex is the index of the vertex relative to the contour.


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