mirror of https://github.com/CGAL/cgal
34 lines
1.2 KiB
Plaintext
34 lines
1.2 KiB
Plaintext
/// \defgroup PkgSphericalKernel3 3D Spherical Geometry Kernel
|
|
|
|
/// \defgroup PkgSphericalKernel3GeometricConcepts Geometric Concepts
|
|
/// \ingroup PkgSphericalKernel3
|
|
|
|
/// \defgroup PkgSphericalKernel3GeometricClasses Geometric Kernel and Classes
|
|
/// \ingroup PkgSphericalKernel3
|
|
|
|
|
|
/// \defgroup PkgSphericalKernel3GeometricFunctions Geometric Global Functions
|
|
/// \ingroup PkgSphericalKernel3
|
|
|
|
|
|
/// \defgroup PkgSphericalKernel3AlgebraicConcepts Algebraic Concepts
|
|
/// \ingroup PkgSphericalKernel3
|
|
|
|
|
|
/// \defgroup PkgSphericalKernel3AlgebraicClasses Algebraic Kernel and Classes
|
|
/// \ingroup PkgSphericalKernel3
|
|
|
|
/*!
|
|
\addtogroup PkgSphericalKernel3
|
|
\todo check generated documentation
|
|
\PkgDescriptionBegin{3D Spherical Geometry Kernel}
|
|
\PkgPicture{segment_sphere_intersection_detail.png}
|
|
\PkgAuthor{Pedro Machado Manhães de Castro, Frédéric Cazals, Sébastien Loriot, and Monique Teillaud}
|
|
\PkgDesc{This package is an extension of the linear \cgal Kernel. It offers functionalities on spheres, circles, circular arcs and line segments, in the 3D space or restricted on a reference sphere.}
|
|
\PkgSince{3.4}
|
|
\cgalbib{cgal:cclt-sgk3}
|
|
\license{\ref licensesGPL "GPL"}
|
|
\PkgDescriptionEnd
|
|
*/
|
|
|