#include <vcg/space/point2.h>
#include <vcg/space/line2.h>
#include <vcg/space/box2.h>
Go to the source code of this file.
Classes | |
class | vcg::Segment2< SegmentScalarType > |
Namespaces | |
namespace | vcg |
* | |
Typedefs | |
typedef Segment2< double > | vcg::Segment2d |
typedef Segment2< float > | vcg::Segment2f |
typedef Segment2< int > | vcg::Segment2i |
typedef Segment2< short > | vcg::Segment2s |
Functions | |
template<class ScalarType > | |
Point2< ScalarType > | vcg::ClosestPoint (Segment2< ScalarType > s, const Point2< ScalarType > &p) |