49 #include <visp/vpPlane.h>
162 D=-(
A*P[0]+
B*P[1]+
C*P[2]);
197 double norm = sqrt(
A*
A+
B*
B+
C*
C) ;
274 Pproj.
set_Z(z0+C*rho) ;
289 if(std::fabs(M0.
get_X()) > std::numeric_limits<double>::epsilon()
290 || std::fabs(M0.
get_Y()) > std::numeric_limits<double>::epsilon()
291 || std::fabs(M0.
get_Z()) > std::numeric_limits<double>::epsilon())
299 if (std::fabs(scal) > std::numeric_limits<double>::epsilon())
304 H[0] = M0.
get_X()+ k*R[0];
305 H[1] = M0.
get_Y()+ k*R[1];
306 H[2] = M0.
get_Z()+ k*R[2];
312 if (std::fabs(scal) > std::numeric_limits<double>::epsilon())
330 scal =
A*M1[0] +
B*M1[1] +
C*M1[2];
332 if (std::fabs(scal) > std::numeric_limits<double>::epsilon())
355 double Ao =
A, Bo =
B, Co =
C, Do =
D ;
356 A = cMo[0][0]*Ao + cMo[0][1]*Bo + cMo[0][2]*Co;
357 B = cMo[1][0]*Ao + cMo[1][1]*Bo + cMo[1][2]*Co;
358 C = cMo[2][0]*Ao + cMo[2][1]*Bo + cMo[2][2]*Co;
359 D = Do - (cMo[0][3]*
A + cMo[1][3]*
B + cMo[2][3]*
C);
vpPlane & operator=(const vpPlane &f)
static vpColVector cross(const vpColVector &a, const vpColVector &b)
The class provides a data structure for the homogeneous matrices as well as a set of operations on th...
void set_X(const double X)
Set the point X coordinate in the camera frame.
double get_W() const
Get the point W coordinate in the camera frame.
Class that defines what is a point.
double rayIntersection(const vpPoint &M0, const vpPoint &M1, vpColVector &H) const
void set_Z(const double Z)
Set the point Z coordinate in the camera frame.
void set_W(const double W)
Set the point W coordinate in the camera frame.
void changeFrame(const vpHomogeneousMatrix &cMo)
void set_Y(const double Y)
Set the point Y coordinate in the camera frame.
void init(const vpPoint &P, const vpPoint &Q, const vpPoint &R)
void projectionPointOnPlan(const vpPoint &P, vpPoint &Pproj) const
vpColVector getNormal() const
void setA(const double A)
double get_Y() const
Get the point Y coordinate in the camera frame.
double getIntersection(const vpColVector &M1, vpColVector &H) const
void setC(const double C)
double get_Z() const
Get the point Z coordinate in the camera frame.
void setD(const double D)
Class that provides a data structure for the column vectors as well as a set of operations on these v...
This class defines the container for a plane geometrical structure.
void setB(const double B)
double get_X() const
Get the point X coordinate in the camera frame.
void resize(const unsigned int i, const bool flagNullify=true)