#include <vcg/space/point3.h>
Go to the source code of this file.
Classes | |
class | vcg::Plane3< T, NORM > |
Namespaces | |
namespace | vcg |
* | |
Typedefs | |
typedef Plane3< double > | vcg::Plane3d |
typedef Plane3< float > | vcg::Plane3f |
Functions | |
template<class T > | |
T | vcg::Distance (const Point3< T > &point, const Plane3< T > &plane) |
template<class T > | |
T | vcg::Distance (const Plane3< T > &plane, const Point3< T > &point) |
Distance plane - point and vv. (Move these function to somewhere else). | |
template<class T > | |
T | vcg::SquaredDistance (const Point3< T > &point, const Plane3< T > &plane) |
template<class T > | |
T | vcg::SquaredDistance (const Plane3< T > &plane, const Point3< T > &point) |