Go to the source code of this file.
Classes | |
class | vcg::tri::CylinderClipping< MeshType > |
class | vcg::tri::CylinderClipping< MeshType >::CylMidPoint |
class | vcg::tri::CylinderClipping< MeshType >::CylPred |
Namespaces | |
namespace | vcg |
* | |
namespace | vcg::tri |
Functions | |
template<class T > | |
static bool | vcg::IntersectionLineCylinder (const Segment3< T > &cylSeg, T radius, const Line3< T > &line, Point3< T > &p0, Point3< T > &p1, T &t0, T &t1) |
template<class T > | |
static bool | vcg::IntersectionSegmentCylinder (const Segment3< T > &cylSeg, T radius, const Segment3< T > &seg, Point3< T > &p0, Point3< T > &p1) |
template<class T > | |
static bool | vcg::PointIsInSegment (const Point3< T > &point, const Segment3< T > &seg) |