Namespaces |
namespace | CGALi |
Functions |
template<class K > |
void | CGALi::distance_index (int &ind1, int &ind2, const typename K::Point_2 &pt, const typename K::Triangle_2 &triangle, const K &k) |
template<class K > |
K::FT | CGALi::squared_distance_indexed (const typename K::Point_2 &pt, const typename K::Triangle_2 &triangle, int ind1, int ind2, const K &k) |
template<class K > |
K::FT | CGALi::squared_distance (const typename K::Point_2 &pt, const typename K::Triangle_2 &triangle, const K &k) |
template<class K > |
K::FT | CGALi::squared_distance (const typename K::Triangle_2 &triangle, const typename K::Point_2 &pt, const K &k) |
template<class K > |
K::FT | CGALi::squared_distance (const typename K::Line_2 &line, const typename K::Triangle_2 &triangle, const K &k) |
template<class K > |
K::FT | CGALi::squared_distance (const typename K::Triangle_2 &triangle, const typename K::Line_2 &line, const K &k) |
template<class K > |
K::FT | CGALi::squared_distance (const typename K::Ray_2 &ray, const typename K::Triangle_2 &triangle, const K &k) |
template<class K > |
K::FT | CGALi::squared_distance (const typename K::Triangle_2 &triangle, const typename K::Ray_2 &ray, const K &k) |
template<class K > |
K::FT | CGALi::squared_distance (const typename K::Segment_2 &seg, const typename K::Triangle_2 &triangle, const K &k) |
template<class K > |
K::FT | CGALi::squared_distance (const typename K::Triangle_2 &triangle, const typename K::Segment_2 &seg, const K &k) |
template<class K > |
K::FT | CGALi::squared_distance (const typename K::Triangle_2 &triangle1, const typename K::Triangle_2 &triangle2, const K &k) |
template<class K > |
K::FT | squared_distance (const Point_2< K > &pt, const Triangle_2< K > &triangle) |
template<class K > |
K::FT | squared_distance (const Triangle_2< K > &triangle, const Point_2< K > &pt) |
template<class K > |
K::FT | squared_distance (const Line_2< K > &line, const Triangle_2< K > &triangle) |
template<class K > |
K::FT | squared_distance (const Triangle_2< K > &triangle, const Line_2< K > &line) |
template<class K > |
K::FT | squared_distance (const Ray_2< K > &ray, const Triangle_2< K > &triangle) |
template<class K > |
K::FT | squared_distance (const Triangle_2< K > &triangle, const Ray_2< K > &ray) |
template<class K > |
K::FT | squared_distance (const Segment_2< K > &seg, const Triangle_2< K > &triangle) |
template<class K > |
K::FT | squared_distance (const Triangle_2< K > &triangle, const Segment_2< K > &seg) |
template<class K > |
K::FT | squared_distance (const Triangle_2< K > &triangle1, const Triangle_2< K > &triangle2) |