#include <triangulation.h>
Public Member Functions | |
Element2D () | |
Element2D (Point3D *p1, Point3D *p2, Point3D *p3) | |
bool | findBarycentricCoordinates (const Point2D &p, double &c1, double &c2, double &c3) const |
bool | operator< (const Element2D &e) const |
Public Attributes | |
double | points [3][2] |
double | val [3] |
double | area [3] |
Point2D | circumCentre |
double | distToOrigin |
double | dist1 |
double | dist2 |
double | dist3 |
double | circumRadius2 |
double | elementArea |
Element2D::Element2D | ( | ) | [inline] |
bool Element2D::findBarycentricCoordinates | ( | const Point2D & | p, | |
double & | c1, | |||
double & | c2, | |||
double & | c3 | |||
) | const [inline] |
bool Element2D::operator< | ( | const Element2D & | e | ) | const [inline] |
double Element2D::area[3] |
double Element2D::circumRadius2 |
double Element2D::dist1 |
double Element2D::dist2 |
double Element2D::dist3 |
double Element2D::distToOrigin |
double Element2D::elementArea |
double Element2D::points[3][2] |
double Element2D::val[3] |