37#include <visp3/core/vpConfig.h>
38#include <visp3/core/vpImagePoint.h>
39#include <visp3/core/vpMatrix.h>
102 inline double getArea()
const {
return this->area; }
Class that defines a 2D point in an image. This class is useful for image processing and stores only ...
void getTriangleApexes(vpImagePoint &iP1, vpImagePoint &iP2, vpImagePoint &iP3) const
vpTriangle & operator=(const vpTriangle &tri)
vpTriangle & buildFrom(const vpImagePoint &iP1, const vpImagePoint &iP2, const vpImagePoint &iP3)
bool inTriangle(const vpImagePoint &iP, double threshold=0.00001)