BWAPI
Namespaces | Functions
SPAR/AIModule/BWTA/vendors/CGAL/CGAL/Circular_kernel_3/internal_functions_on_circular_arc_3.h File Reference
#include <CGAL/Circular_kernel_3/internal_function_has_on_spherical_kernel.h>
#include <CGAL/Circular_kernel_3/internal_functions_on_circle_3.h>
Include dependency graph for internal_functions_on_circular_arc_3.h:
This graph shows which files directly or indirectly include this file:

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::Circular_arc_3 &c1, const typename SK::Circular_arc_3 &c2)
template<class SK >
bool CGAL::SphericalFunctors::do_overlap (const typename SK::Circular_arc_3 &c1, const typename SK::Circular_arc_3 &c2, const bool known_equal_supporting_circle=false)
template<class SK >
void CGAL::SphericalFunctors::split (const typename SK::Circular_arc_3 &c, const typename SK::Circular_arc_point_3 &p, typename SK::Circular_arc_3 &c1, typename SK::Circular_arc_3 &c2)
template<class SK , class OutputIterator >
OutputIterator CGAL::SphericalFunctors::intersect_3 (const typename SK::Line_3 &l, const typename SK::Circular_arc_3 &ca, OutputIterator res)
template<class SK , class OutputIterator >
OutputIterator CGAL::SphericalFunctors::intersect_3 (const typename SK::Circle_3 &c, const typename SK::Circular_arc_3 &ca, OutputIterator res)
template<class SK , class OutputIterator >
OutputIterator CGAL::SphericalFunctors::intersect_3 (const typename SK::Sphere_3 &s, const typename SK::Circular_arc_3 &c, OutputIterator res)
template<class SK , class OutputIterator >
OutputIterator CGAL::SphericalFunctors::intersect_3 (const typename SK::Plane_3 &p, const typename SK::Circular_arc_3 &ca, OutputIterator res)
template<class SK , class OutputIterator >
OutputIterator CGAL::SphericalFunctors::intersect_3 (const typename SK::Line_arc_3 &la, const typename SK::Circular_arc_3 &ca, OutputIterator res)
template<class SK , class OutputIterator >
OutputIterator CGAL::SphericalFunctors::intersect_3 (const typename SK::Circular_arc_3 &a1, const typename SK::Circular_arc_3 &a2, OutputIterator res)
template<class SK >
bool CGAL::SphericalFunctors::is_theta_monotone_3 (const typename SK::Circular_arc_3 &arc, const typename SK::Sphere_3 &sphere)
template<class SK , class Output_iterator >
Output_iterator CGAL::SphericalFunctors::make_circular_arc_theta_monotone (const typename SK::Circular_arc_3 &arc, const typename SK::Sphere_3 &sphere, Output_iterator out_it)
template<class SK >
bool CGAL::SphericalFunctors::is_upper_arc (const typename SK::Circular_arc_3 &arc, const typename SK::Sphere_3 &sphere)
template<class SK >
SK::Circular_arc_point_3 CGAL::SphericalFunctors::intersect_3 (const typename SK::Circular_arc_3 &arc, const typename SK::Vector_3 &m, const typename SK::Sphere_3 &sphere)
template<class SK >
CGAL::Comparison_result CGAL::SphericalFunctors::compare_z_at_theta_arcs (const typename SK::Circular_arc_3 &arc1, const typename SK::Circular_arc_3 &arc2, const typename SK::Vector_3 &m, const typename SK::Sphere_3 &sphere)
template<class SK >
CGAL::Comparison_result CGAL::SphericalFunctors::compare_z_at_theta_pt_arc (const typename SK::Circular_arc_point_3 &pt, const typename SK::Circular_arc_3 &arc, const typename SK::Sphere_3 &sphere)
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines