BWAPI
|
#include <CGAL/Circle_type.h>
#include <CGAL/Circular_kernel_3/internal_functions_on_plane_3.h>
#include <CGAL/Circular_kernel_3/internal_functions_on_circular_arc_point_3.h>
Go to the source code of this file.
Namespaces | |
namespace | CGAL |
namespace | CGAL::SphericalFunctors |
Functions | |
template<class SK > | |
SK::Circle_3 | CGAL::SphericalFunctors::construct_circle_3 (const typename SK::Polynomials_for_circle_3 &eq) |
template<class SK > | |
CGAL::Circle_type | CGAL::SphericalFunctors::classify_circle_3 (const typename SK::Circle_3 &circle, const typename SK::Sphere_3 &sphere) |
template<class SK > | |
SK::FT | CGAL::SphericalFunctors::extremal_points_z_coordinate (const typename SK::Circle_3 &circle, const typename SK::Sphere_3 &sphere) |
template<class SK , class Output_iterator > | |
Output_iterator | CGAL::SphericalFunctors::theta_extremal_points (const typename SK::Circle_3 &circle, const typename SK::Sphere_3 &sphere, Output_iterator out_it) |
template<class SK > | |
SK::Circular_arc_point_3 | CGAL::SphericalFunctors::theta_extremal_point (const typename SK::Circle_3 &circle, const typename SK::Sphere_3 &sphere, bool is_smallest) |
template<class SK , class Output_iterator > | |
Output_iterator | CGAL::SphericalFunctors::make_circle_theta_monotone (const typename SK::Circle_3 &circle, const typename SK::Sphere_3 &sphere, Output_iterator out_it) |