CGAL 5.3 - 3D Spherical Geometry Kernel
Geometric Kernel and Classes

Classes

class  CGAL::Circular_arc_3< SphericalKernel >
 
class  CGAL::Circular_arc_point_3< SphericalKernel >
 
class  CGAL::Exact_spherical_kernel_3
 A typedef to a spherical kernel that provides both exact geometric predicates and exact geometric constructions. More...
 
class  CGAL::Line_arc_3< SphericalKernel >
 
struct  CGAL::Spherical_kernel_3< Kernel, AlgebraicKernelForSpheres >
 

Enumerations

enum  CGAL::Circle_type { CGAL::NORMAL, CGAL::THREADED, CGAL::POLAR, CGAL::BIPOLAR }
 The enum Circle_type is used to classify an object of type Circle_3, so as to specify its type (normal,polar,bipolar or threaded), as defined in Section Spherical Kernel Objects. More...
 

Enumeration Type Documentation

◆ Circle_type

#include <CGAL/Circle_type.h>

The enum Circle_type is used to classify an object of type Circle_3, so as to specify its type (normal,polar,bipolar or threaded), as defined in Section Spherical Kernel Objects.

See also
CGAL::classify()
Enumerator
NORMAL 
THREADED 
POLAR 
BIPOLAR