#include <vcg/space/point3.h>
Go to the source code of this file.
Classes | |
class | vcg::Line3< LineScalarType, NORM > |
Namespaces | |
namespace | vcg |
* | |
Typedefs | |
typedef Line3< double > | vcg::Line3d |
typedef Line3< double, true > | vcg::Line3dN |
typedef Line3< float > | vcg::Line3f |
typedef Line3< float,true > | vcg::Line3fN |
typedef Line3< int > | vcg::Line3i |
typedef Line3< int,true > | vcg::Line3iN |
typedef Line3< short > | vcg::Line3s |
typedef Line3< short,true > | vcg::Line3sN |
Functions | |
template<class ScalarType , bool NORM> | |
Point3< ScalarType > | vcg::ClosestPoint (Line3< ScalarType, NORM > l, const Point3< ScalarType > &p) |
returns closest point | |
template<class ScalarType , bool NORM> | |
ScalarType | vcg::Distance (const Line3< ScalarType, NORM > &l, const Point3< ScalarType > &p) |