51 #include <visp/vpMath.h>
52 #include <visp/vpDebug.h>
53 #include <visp/vpHomogeneousMatrix.h>
55 #include <visp/vpForwardProjection.h>
73 vpSphere(
const double X0,
const double Y0,
83 double get_x()
const {
return p[0] ; }
84 double get_y()
const {
return p[1] ; }
89 double getX()
const {
return cP[0] ; }
90 double getY()
const {
return cP[1] ; }
91 double getZ()
const {
return cP[2] ; }
93 double getR()
const {
return cP[3] ; }
103 const unsigned int thickness=1) ;
108 const unsigned int thickness=1) ;