Go to the documentation of this file. 1 #ifndef GEOLIB_TRIANGLE_H_
2 #define GEOLIB_TRIANGLE_H_
const geo::Vector3 & p3() const
std::array< geo::Vector3, 3 > m
double triangleArea(const Vector3 &p1, const Vector3 &p2, const Vector3 &p3)
const geo::Vector3 & p1() const
const geo::Vector3 & p2() const
friend std::ostream & operator<<(std::ostream &out, const Triangle &t)
const geo::Vector3 & operator[](const uint i) const
Triangle(const Vector3 &p1_, const Vector3 &p2_, const Vector3 &p3_)
geo::Vector3 & operator[](const uint i)