libhomegear-base  0.7
Base library for Homegear and Homegear family modules.
BaseLib::Math::Triangle Member List

This is the complete list of members for BaseLib::Math::Triangle, including all inherited members.

_aBaseLib::Math::Triangleprotected
_bBaseLib::Math::Triangleprotected
_cBaseLib::Math::Triangleprotected
distance(const Point2D &p, Point2D *closestPoint=nullptr)BaseLib::Math::Triangle
getA() constBaseLib::Math::Triangleinline
getB() constBaseLib::Math::Triangleinline
getC() constBaseLib::Math::Triangleinline
setA(Point2D value)BaseLib::Math::Triangleinline
setA(Point2D &value)BaseLib::Math::Triangleinline
setB(Point2D value)BaseLib::Math::Triangleinline
setB(Point2D &value)BaseLib::Math::Triangleinline
setC(Point2D value)BaseLib::Math::Triangleinline
setC(Point2D &value)BaseLib::Math::Triangleinline
Triangle()BaseLib::Math::Triangleinline
Triangle(const Point2D &a, const Point2D &b, const Point2D &c)BaseLib::Math::Triangleinline
~Triangle()BaseLib::Math::Triangleinlinevirtual