DelaunayTriangulation
A C++ Object Oriented data structure with algorithms that could be used to generate a Delaunay triangulation
|
Triangle class header. More...
Go to the source code of this file.
Classes | |
class | Triangle |
Class representing a polygon with 3 points and its member functions. More... | |
struct | Triangle::circumcircle |
Circumcircle object. More... | |
Triangle class header.