C3D Toolkit  Kernel - 117982, Vision - 2.9.2.2
TriPoly Class Reference

Polygon. More...

#include <mesh_plane_grid.h>

Public Member Functions

intptr_t Size () const
 Size of vertex chain.
 
size_t Index () const
 Index of vertex.
 
TriVertexThis () const
 Current vertex.
 
TriVertexNext () const
 Next vertex.
 
TriVertexPrev () const
 Previous vertex.
 
TriVertexNeighbor (MbeMoveType rotation) const
 Neighboring vertex.
 
TriVertexAdvance (MbeMoveType rotation)
 Move current vertex pointer to the neighbor.
 
TriVertexSetVertex (TriVertex *)
 Move current vertex pointer to the given one.
 
TriVertexInsert (TriVertex &)
 Insert new vertex.
 
void Remove ()
 Remove the current vertex.
 
TriPolySplit (TriVertex &, bool createNew)
 Cutting of polygon along a chord.
 
bool GetTriangle (size_t &k0, size_t &k1, size_t &k2) const
 Get indices of triangle vertices (when there are more than 2 vertices)
 
TriPolyDeleteDegeneratedBridge (MbPlanarGrid &grid)
 Remove the degenerate bridge from the current vertex.
 

Detailed Description

Polygon.


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