|
libosmscout 1.1.1
|
#include <libosmscout-map-opengl/include/poly2tri/common/shapes.h>
Public Attributes | |
| bool | constrained_edge [3] |
| Flags to determine if an edge is a Constrained edge. | |
| bool | delaunay_edge [3] |
| Flags to determine if an edge is a Delauney edge. | |
| void p2t::Triangle::Clear | ( | ) |
Clears all references to all other triangles and points
| void p2t::Triangle::ClearDelunayEdges | ( | ) |
| void p2t::Triangle::ClearNeighbor | ( | Triangle * | triangle | ) |
| void p2t::Triangle::ClearNeighbors | ( | ) |
|
inline |
|
inline |
| void p2t::Triangle::DebugPrint | ( | ) |
| bool p2t::Triangle::GetConstrainedEdgeCCW | ( | Point & | p | ) |
| bool p2t::Triangle::GetConstrainedEdgeCW | ( | Point & | p | ) |
| bool p2t::Triangle::GetDelunayEdgeCCW | ( | Point & | p | ) |
| bool p2t::Triangle::GetDelunayEdgeCW | ( | Point & | p | ) |
|
inline |
|
inline |
| int p2t::Triangle::Index | ( | const Point * | p | ) |
|
inline |
|
inline |
| void p2t::Triangle::Legalize | ( | Point & | point | ) |
| void p2t::Triangle::MarkConstrainedEdge | ( | const int | index | ) |
| void p2t::Triangle::MarkConstrainedEdge | ( | Edge & | edge | ) |
| void p2t::Triangle::MarkNeighbor | ( | Triangle & | t | ) |
| void p2t::Triangle::SetConstrainedEdgeCCW | ( | Point & | p, |
| bool | ce ) |
| void p2t::Triangle::SetConstrainedEdgeCW | ( | Point & | p, |
| bool | ce ) |
| void p2t::Triangle::SetDelunayEdgeCCW | ( | Point & | p, |
| bool | e ) |
| void p2t::Triangle::SetDelunayEdgeCW | ( | Point & | p, |
| bool | e ) |
| bool p2t::Triangle::constrained_edge[3] |
Flags to determine if an edge is a Constrained edge.
| bool p2t::Triangle::delaunay_edge[3] |
Flags to determine if an edge is a Delauney edge.