DelaunayTriangulation
A C++ Object Oriented data structure with algorithms that could be used to generate a Delaunay triangulation
Classes
Triangle.hpp File Reference

Triangle class header. More...

#include <vector>
#include <Eigen/Dense>
#include "IMesh.hpp"
Include dependency graph for Triangle.hpp:
This graph shows which files directly or indirectly include this file:

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...
 

Detailed Description

Triangle class header.


Class Documentation

◆ Triangle::circumcircle

struct Triangle::circumcircle

Circumcircle object.

Collaboration diagram for Triangle::circumcircle:
Collaboration graph
Class Members
double radius radius of the circumcircle
double x x coordinate of the circumcentre
double y y coordinate of the circumcentre