#include <vcg/space/point3.h>
#include <vcg/space/line3.h>
#include <vcg/space/box3.h>
Go to the source code of this file.
Classes | |
class | vcg::Segment3< SegmentScalarType > |
Namespaces | |
namespace | vcg |
* | |
Typedefs | |
typedef Segment3< double > | vcg::Segment3d |
typedef Segment3< float > | vcg::Segment3f |
typedef Segment3< int > | vcg::Segment3i |
typedef Segment3< short > | vcg::Segment3s |
Functions | |
template<class ScalarType > | |
Point3< ScalarType > | vcg::ClosestPoint (Segment3< ScalarType > s, const Point3< ScalarType > &p) |
template<class ScalarType > | |
ScalarType | vcg::SquaredDistance (Segment3< ScalarType > &segment, Point3< ScalarType > &p) |