#include <assert.h>
#include <vcg/space/point3.h>
#include <vector>
Go to the source code of this file.
Classes | |
class | vcg::Sphere3< T > |
Namespaces | |
namespace | vcg |
* | |
Typedefs | |
typedef Sphere3< double > | vcg::Sphere3d |
typedef Sphere3< float > | vcg::Sphere3f |
Functions | |
template<class T > | |
T | vcg::Distance (const Sphere3< T > &sphere, const Sphere3< T > &s) |
template<class T > | |
T | vcg::Distance (const Sphere3< T > &sphere, const Point3< T > &point) |