Visual Servoing Platform
version 3.5.1 under development (2023-09-22)
|
This is the complete list of members for vpPlane, including all inherited members.
A | vpPlane | |
abcd() const | vpPlane | inline |
B | vpPlane | |
C | vpPlane | |
camera_frame enum value | vpPlane | |
changeFrame(const vpHomogeneousMatrix &cMo) | vpPlane | |
computeZ(double x, double y) const | vpPlane | |
D | vpPlane | |
getA() const | vpPlane | inline |
getABCD() const | vpPlane | inline |
getB() const | vpPlane | inline |
getC() const | vpPlane | inline |
getD() const | vpPlane | inline |
getIntersection(const vpColVector &M1, vpColVector &H) const | vpPlane | |
getNormal() const | vpPlane | |
getNormal(vpColVector &n) const | vpPlane | |
init(const vpPoint &P, const vpPoint &Q, const vpPoint &R, vpPlaneFrame frame=camera_frame) | vpPlane | |
init(const vpColVector &P, const vpColVector &n) | vpPlane | |
init(const vpPlane &P) | vpPlane | |
object_frame enum value | vpPlane | |
operator<<(std::ostream &os, vpPlane &p) | vpPlane | friend |
operator=(const vpPlane &f) | vpPlane | |
projectionPointOnPlan(const vpPoint &P, vpPoint &Pproj) const | vpPlane | |
rayIntersection(const vpPoint &M0, const vpPoint &M1, vpColVector &H) const | vpPlane | |
setA(double a) | vpPlane | inline |
setABCD(double a, double b, double c, double d) | vpPlane | inline |
setB(double b) | vpPlane | inline |
setC(double c) | vpPlane | inline |
setD(double d) | vpPlane | inline |
vpPlane() | vpPlane | |
vpPlane(const vpPlane &P) | vpPlane | |
vpPlane(double A, double B, double C, double D) | vpPlane | |
vpPlane(const vpPoint &P, const vpColVector &n, vpPlaneFrame frame=camera_frame) | vpPlane | |
vpPlane(const vpPoint &P, const vpPoint &Q, const vpPoint &R, vpPlaneFrame frame=camera_frame) | vpPlane | |
vpPlaneFrame enum name | vpPlane |