42 #include <visp3/core/vpColVector.h> 43 #include <visp3/core/vpHomogeneousMatrix.h> 44 #include <visp3/core/vpPoint.h> 61 #ifdef VISP_BUILD_DEPRECATED_FUNCTIONS 73 vpPlane(
double A,
double B,
double C,
double D);
82 inline void setA(
double a) { this->A = a; }
84 inline void setB(
double b) { this->B = b; }
86 inline void setC(
double c) { this->C = c; }
88 inline void setD(
double d) { this->D = d; }
90 inline void setABCD(
double a,
double b,
double c,
double d)
102 double getA()
const {
return A; }
104 double getB()
const {
return B; }
106 double getC()
const {
return C; }
108 double getD()
const {
return D; }
150 friend VISP_EXPORT std::ostream &operator<<(std::ostream &os,
vpPlane &p);
153 void projectionPointOnPlan(
const vpPoint &P,
vpPoint &Pproj)
const;
Implementation of an homogeneous matrix and operations on such kind of matrices.
Class that defines what is a point.
void setABCD(double a, double b, double c, double d)
vpColVector getABCD() const
Implementation of column vector and the associated operations.
This class defines the container for a plane geometrical structure.