BWAPI
|
Go to the source code of this file.
Namespaces | |
namespace | CGAL |
namespace | CGAL::SphericalFunctors |
Functions | |
template<class SK > | |
bool | CGAL::SphericalFunctors::equal (const typename SK::Line_arc_3 &l1, const typename SK::Line_arc_3 &l2) |
template<class SK > | |
bool | CGAL::SphericalFunctors::do_overlap (const typename SK::Line_arc_3 &l1, const typename SK::Line_arc_3 &l2, const bool known_equal_supporting_line=false) |
template<class SK > | |
void | CGAL::SphericalFunctors::split (const typename SK::Line_arc_3 &l, const typename SK::Circular_arc_point_3 &p, typename SK::Line_arc_3 &l1, typename SK::Line_arc_3 &l2) |
template<class SK , class OutputIterator > | |
OutputIterator | CGAL::SphericalFunctors::intersect_3 (const typename SK::Line_arc_3 &l1, const typename SK::Line_arc_3 &l2, OutputIterator res) |
template<class SK , class OutputIterator > | |
OutputIterator | CGAL::SphericalFunctors::intersect_3 (const typename SK::Line_3 &l, const typename SK::Line_arc_3 &la, OutputIterator res) |
template<class SK , class OutputIterator > | |
OutputIterator | CGAL::SphericalFunctors::intersect_3 (const typename SK::Circle_3 &c, const typename SK::Line_arc_3 &l, OutputIterator res) |
template<class SK , class OutputIterator > | |
OutputIterator | CGAL::SphericalFunctors::intersect_3 (const typename SK::Sphere_3 &s, const typename SK::Line_arc_3 &l, OutputIterator res) |
template<class SK , class OutputIterator > | |
OutputIterator | CGAL::SphericalFunctors::intersect_3 (const typename SK::Plane_3 &p, const typename SK::Line_arc_3 &l, OutputIterator res) |