Struct TriangularDecomposition::Vertex
Defined in File TriangularDecomposition.h
Nested Relationships
This struct is a nested type of Class TriangularDecomposition.
Struct Documentation
-
struct Vertex
Public Functions
-
Vertex() = default
-
Vertex(double vx, double vy)
-
bool operator==(const Vertex &v) const
Public Members
-
double x
-
double y
-
Vertex() = default