fitsphere.h
Go to the documentation of this file.
1 #ifndef FIT_SPHERE_H
2 
3 #define FIT_SPHERE_H
4 
60 namespace ConvexDecomposition
61 {
62 
63 double computeBoundingSphere(unsigned int vcount,const double *points,double *center);
64 float computeBoundingSphere(unsigned int vcount,const float *points,float *center);
65 
66 double computeSphereVolume(double r);
67 
68 };
69 
70 #endif
ConvexDecomposition
Definition: bestfit.cpp:75
ConvexDecomposition::computeBoundingSphere
double computeBoundingSphere(unsigned int vcount, const double *points, double *center)
Definition: fitsphere.cpp:99
ConvexDecomposition::computeSphereVolume
double computeSphereVolume(double r)
Definition: fitsphere.cpp:373


convex_decomposition
Author(s): John W. Ratcliff
autogenerated on Wed Mar 2 2022 00:04:59