|
GEOS 3.13.1
|
#include <TriEdge.h>
Public Member Functions | |
| TriEdge (const Coordinate &a, const Coordinate &b) | |
Public Attributes | |
| Coordinate | p0 |
| Coordinate | p1 |
Friends | |
| bool | operator== (const TriEdge &te0, const TriEdge &te1) |
| std::ostream & | operator<< (std::ostream &os, const TriEdge &te) |
Represents an edge in a Tri, to be used as a key for looking up Tris while building a triangulation. The edge value is normalized to allow lookup of adjacent triangles.