Horizon
|
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 Attributes | |
int | m_polygon |
int | m_contour |
int | m_vertex |
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.
int SHAPE_POLY_SET::VERTEX_INDEX::m_contour |
m_contour is the index of the contour relative to the polygon.
int SHAPE_POLY_SET::VERTEX_INDEX::m_polygon |
m_polygon is the index of the polygon.
int SHAPE_POLY_SET::VERTEX_INDEX::m_vertex |
m_vertex is the index of the vertex relative to the contour.