Error thrown when intersecting constraint edges are detected, but triangulation is not configured to attempt to resolve them. More...
#include <Triangulation.h>
Public Member Functions | |
IntersectingConstraintsError (const Edge &e1, const Edge &e2, const SourceLocation &srcLoc) | |
Constructor. | |
const Edge & | e1 () const |
first intersecting constraint | |
const Edge & | e2 () const |
second intersecting constraint | |
![]() | |
Error (const std::string &description, const SourceLocation &srcLoc) | |
Constructor. | |
const std::string & | description () const |
Get error description. | |
const SourceLocation & | sourceLocation () const |
Get source location from where the error was thrown. | |
Error thrown when intersecting constraint edges are detected, but triangulation is not configured to attempt to resolve them.
Definition at line 222 of file Triangulation.h.
|
inline |
Constructor.
Definition at line 226 of file Triangulation.h.
|
inline |
first intersecting constraint
Definition at line 240 of file Triangulation.h.
|
inline |
second intersecting constraint
Definition at line 245 of file Triangulation.h.