mirror of https://github.com/CGAL/cgal
add grouping and fix links
This commit is contained in:
parent
5efac07cbf
commit
d2e5e73fa6
|
|
@ -2,7 +2,7 @@
|
|||
namespace CGAL {
|
||||
|
||||
/*!
|
||||
\ingroup PkgSphericalKernel3
|
||||
\ingroup PkgSphericalKernel3AlgebraicClasses
|
||||
|
||||
\models ::AlgebraicKernelForSpheres
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,7 @@
|
|||
namespace CGAL {
|
||||
/*!
|
||||
\ingroup PkgSphericalKernel3
|
||||
\ingroup PkgSphericalKernel3GeometricClasses
|
||||
|
||||
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 \ref sectionSKobjects.
|
||||
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
namespace CGAL {
|
||||
|
||||
/*!
|
||||
\ingroup PkgSphericalKernel3
|
||||
\ingroup PkgSphericalKernel3GeometricClasses
|
||||
|
||||
\models ::SphericalKernel::CircularArc_3
|
||||
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
namespace CGAL {
|
||||
|
||||
/*!
|
||||
\ingroup PkgSphericalKernel3
|
||||
\ingroup PkgSphericalKernel3GeometricClasses
|
||||
|
||||
\models ::SphericalKernel::CircularArcPoint_3
|
||||
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
namespace CGAL {
|
||||
|
||||
/*!
|
||||
\ingroup PkgSphericalKernel3
|
||||
\ingroup PkgSphericalKernel3GeometricClasses
|
||||
|
||||
A typedef to a spherical kernel that provides
|
||||
both exact geometric predicates and exact geometric constructions.<BR>
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
namespace CGAL {
|
||||
|
||||
/*!
|
||||
\ingroup PkgSphericalKernel3
|
||||
\ingroup PkgSphericalKernel3GeometricClasses
|
||||
|
||||
\models ::SphericalKernel::LineArc_3
|
||||
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
namespace CGAL {
|
||||
|
||||
/*!
|
||||
\ingroup PkgSphericalKernel3
|
||||
\ingroup PkgSphericalKernel3AlgebraicClasses
|
||||
|
||||
\models ::AlgebraicKernelForSpheres::Polynomial_1_3
|
||||
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
namespace CGAL {
|
||||
|
||||
/*!
|
||||
\ingroup PkgSphericalKernel3
|
||||
\ingroup PkgSphericalKernel3AlgebraicClasses
|
||||
|
||||
\models ::AlgebraicKernelForSpheres::PolynomialForSpheres_2_3
|
||||
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
namespace CGAL {
|
||||
|
||||
/*!
|
||||
\ingroup PkgSphericalKernel3
|
||||
\ingroup PkgSphericalKernel3AlgebraicClasses
|
||||
|
||||
\models ::AlgebraicKernelForSpheres::PolynomialsForLines_3
|
||||
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
namespace CGAL {
|
||||
|
||||
/*!
|
||||
\ingroup PkgSphericalKernel3
|
||||
\ingroup PkgSphericalKernel3AlgebraicClasses
|
||||
|
||||
\models ::AlgebraicKernelForSpheres::RootForSpheres_2_3
|
||||
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
namespace CGAL {
|
||||
|
||||
/*!
|
||||
\ingroup PkgSphericalKernel3
|
||||
\ingroup PkgSphericalKernel3GeometricClasses
|
||||
|
||||
\models ::SphericalKernel
|
||||
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
namespace CGAL {
|
||||
|
||||
/*!
|
||||
\ingroup PkgSphericalKernel3
|
||||
\ingroup PkgSphericalKernel3GeometricFunctions
|
||||
|
||||
Classify a circle according to `sphere`, as defined in section \ref sectionSKobjects.
|
||||
\pre `c` lies on `sphere`.
|
||||
|
|
@ -17,7 +17,7 @@ classify(const Circle_3<SphericalKernel> & c, const Sphere_3<SphericalKernel>& s
|
|||
namespace CGAL {
|
||||
|
||||
/*!
|
||||
\ingroup PkgSphericalKernel3
|
||||
\ingroup PkgSphericalKernel3GeometricFunctions
|
||||
|
||||
Compares the \f$ \theta\f$-coordinates of \f$ p\f$ and \f$ q\f$ relatively to `sphere`.
|
||||
\pre `p` and `q` lie on `sphere`, but do not coincide with the poles of `sphere`.
|
||||
|
|
@ -37,11 +37,11 @@ compare_theta(const Circular_arc_point_3<SphericalKernel> & p,
|
|||
const Circular_arc_point_3<SphericalKernel> & q,const Sphere_3<SphericalKernel>& sphere);
|
||||
|
||||
/*!
|
||||
\ingroup PkgSphericalKernel3
|
||||
\ingroup PkgSphericalKernel3GeometricFunctions
|
||||
|
||||
|
||||
Compares the \f$ \theta\f$-coordinates of \f$ p\f$ and of the meridian defined by \f$ m\f$ (see section \ref sectionSKobjects)
|
||||
in the cylindrical coordinate system relative to `sphere` .
|
||||
in the cylindrical coordinate system relative to `sphere`.
|
||||
\pre `p` lies on `sphere`, but does not coincide with its poles. \f$ m \neq(0,0,0)\f$ and the \f$ z\f$-coordinate of \f$ m\f$ is \f$ 0\f$.
|
||||
|
||||
\sa `CGAL::compare_x`
|
||||
|
|
@ -58,7 +58,7 @@ Comparison_result
|
|||
compare_theta(const SphericalKernel::Circular_arc_point_3 &p, const SphericalKernel::Vector_3 &m, const SphericalKernel::Sphere_3& sphere );
|
||||
|
||||
/*!
|
||||
\ingroup PkgSphericalKernel3
|
||||
\ingroup PkgSphericalKernel3GeometricFunctions
|
||||
|
||||
Same as previous, with opposite result.
|
||||
|
||||
|
|
@ -80,7 +80,7 @@ compare_theta(const SphericalKernel::Vector_3 &m,const SphericalKernel::Circular
|
|||
namespace CGAL {
|
||||
|
||||
/*!
|
||||
\ingroup PkgSphericalKernel3
|
||||
\ingroup PkgSphericalKernel3GeometricFunctions
|
||||
|
||||
Compares \f$ p\f$ and \f$ q\f$ according to the lexicographic ordering on \f$ \theta\f$ and \f$ z\f$-coordinates
|
||||
in the cylindrical coordinate system relative to `sphere`.
|
||||
|
|
@ -105,9 +105,9 @@ const Circular_arc_point_3<SphericalKernel> & q,const Sphere_3<SphericalKernel>&
|
|||
namespace CGAL {
|
||||
|
||||
/*!
|
||||
\ingroup PkgSphericalKernel3
|
||||
\ingroup PkgSphericalKernel3GeometricFunctions
|
||||
|
||||
Tests whether the arc \f$ a\f$ is \f$ \theta\f$-monotone, i.e. the intersection of
|
||||
Tests whether the arc \f$ a\f$ is \f$ \theta\f$-monotone, i.e.\ the intersection of
|
||||
any meridian anchored at the poles `sphere` and the arc \f$ a\f$
|
||||
is reduced to at most one point in general, and two points if a pole of `sphere` is an endpoint of the arc.
|
||||
Note that a bipolar circle has no such arcs.
|
||||
|
|
@ -122,11 +122,11 @@ is_theta_monotone(const Circular_arc_3<SphericalKernel> & a,const Sphere_3<Spher
|
|||
namespace CGAL {
|
||||
|
||||
/*!
|
||||
\ingroup PkgSphericalKernel3
|
||||
\ingroup PkgSphericalKernel3GeometricFunctions
|
||||
|
||||
Returns the point on the circle that is extremal in \f$ \theta\f$ using the cylindrical coordinate system
|
||||
relative to `sphere`, and that has the smallest (resp. largest)
|
||||
\f$ \theta\f$-coordinate of the two points if \f$ b\f$ is `true` (resp. `false`).
|
||||
relative to `sphere`, and that has the smallest (resp.\ largest)
|
||||
\f$ \theta\f$-coordinate of the two points if \f$ b\f$ is `true` (resp.\ `false`).
|
||||
See section \ref sectionSKobjects for definitions.
|
||||
\pre `c` lies on `sphere` and is a normal circle.
|
||||
|
||||
|
|
@ -139,7 +139,7 @@ theta_extremal_point(const Circle_3<SphericalKernel> & c, const Sphere_3<Spheric
|
|||
namespace CGAL {
|
||||
|
||||
/*!
|
||||
\ingroup PkgSphericalKernel3
|
||||
\ingroup PkgSphericalKernel3GeometricFunctions
|
||||
|
||||
Copies in the output iterator the \f$ \theta\f$-extremal points of the
|
||||
circle relatively to `sphere`. `res` iterates on elements of type
|
||||
|
|
@ -159,18 +159,18 @@ OutputIterator res);
|
|||
namespace CGAL {
|
||||
|
||||
/*!
|
||||
\ingroup PkgSphericalKernel3
|
||||
\ingroup PkgSphericalKernel3GeometricFunctions
|
||||
|
||||
Returns the point on the sphere that is extremal in the
|
||||
\f$ x\f$-direction, and that is the smallest (resp. largest) of the two
|
||||
\f$ x\f$-direction, and that is the smallest (resp.\ largest) of the two
|
||||
\f$ x\f$-extremal points for the lexicographic order if \f$ b\f$ is `true`
|
||||
(resp. `false`).
|
||||
(resp.\ `false`).
|
||||
*/
|
||||
Circular_arc_point_3<SphericalKernel>
|
||||
x_extremal_point(const Sphere_3<SphericalKernel> & c, bool b);
|
||||
|
||||
/*!
|
||||
\ingroup PkgSphericalKernel3
|
||||
\ingroup PkgSphericalKernel3GeometricFunctions
|
||||
|
||||
Same for a circle.
|
||||
\pre The circle is not contained in a plane orthogonal to the \f$ x\f$-axis.
|
||||
|
|
@ -183,7 +183,7 @@ x_extremal_point(const Circle_3<SphericalKernel> & c, bool b);
|
|||
namespace CGAL {
|
||||
|
||||
/*!
|
||||
\ingroup PkgSphericalKernel3
|
||||
\ingroup PkgSphericalKernel3GeometricFunctions
|
||||
|
||||
Copies in the output iterator the \f$ x\f$-extremal points of the
|
||||
sphere. `res` iterates on elements of type
|
||||
|
|
@ -195,7 +195,7 @@ x_extremal_points(const Sphere_3<SphericalKernel> & c,
|
|||
OutputIterator res);
|
||||
|
||||
/*!
|
||||
\ingroup PkgSphericalKernel3
|
||||
\ingroup PkgSphericalKernel3GeometricFunctions
|
||||
|
||||
Copies in the output iterator the \f$ x\f$-extremal points of the
|
||||
circle. `res` iterates on elements of type
|
||||
|
|
@ -213,18 +213,18 @@ OutputIterator res);
|
|||
namespace CGAL {
|
||||
|
||||
/*!
|
||||
\ingroup PkgSphericalKernel3
|
||||
\ingroup PkgSphericalKernel3GeometricFunctions
|
||||
|
||||
Returns the point on the sphere that is extremal in the
|
||||
\f$ y\f$-direction, and that is the smallest (resp. largest) of the two
|
||||
\f$ y\f$-direction, and that is the smallest (resp.\ largest) of the two
|
||||
\f$ y\f$-extremal points for the lexicographic order if \f$ b\f$ is `true`
|
||||
(resp. `false`).
|
||||
(resp.\ `false`).
|
||||
*/
|
||||
Circular_arc_point_3<SphericalKernel>
|
||||
y_extremal_point(const Sphere_3<SphericalKernel> & c, bool b);
|
||||
|
||||
/*!
|
||||
\ingroup PkgSphericalKernel3
|
||||
\ingroup PkgSphericalKernel3GeometricFunctions
|
||||
|
||||
Same for a circle.
|
||||
\pre The circle is not contained in a plane orthogonal to the \f$ y\f$-axis.
|
||||
|
|
@ -237,7 +237,7 @@ y_extremal_point(const Circle_3<SphericalKernel> & c, bool b);
|
|||
namespace CGAL {
|
||||
|
||||
/*!
|
||||
\ingroup PkgSphericalKernel3
|
||||
\ingroup PkgSphericalKernel3GeometricFunctions
|
||||
|
||||
Copies in the output iterator the \f$ y\f$-extremal points of the
|
||||
sphere. `res` iterates on elements of type
|
||||
|
|
@ -249,7 +249,7 @@ y_extremal_points(const Sphere_3<SphericalKernel> & c,
|
|||
OutputIterator res);
|
||||
|
||||
/*!
|
||||
\ingroup PkgSphericalKernel3
|
||||
\ingroup PkgSphericalKernel3GeometricFunctions
|
||||
|
||||
Copies in the output iterator the \f$ y\f$-extremal points of the
|
||||
circle. `res` iterates on elements of type
|
||||
|
|
@ -267,18 +267,18 @@ OutputIterator res);
|
|||
namespace CGAL {
|
||||
|
||||
/*!
|
||||
\ingroup PkgSphericalKernel3
|
||||
\ingroup PkgSphericalKernel3GeometricFunctions
|
||||
|
||||
Returns the point on the sphere that is extremal in the
|
||||
\f$ z\f$-direction, and that is the smallest (resp. largest) of the two
|
||||
\f$ z\f$-direction, and that is the smallest (resp.\ largest) of the two
|
||||
\f$ z\f$-extremal points for the lexicographic order if \f$ b\f$ is `true`
|
||||
(resp. `false`).
|
||||
(resp.\ `false`).
|
||||
*/
|
||||
Circular_arc_point_3<SphericalKernel>
|
||||
z_extremal_point(const Sphere_3<SphericalKernel> & c, bool b);
|
||||
|
||||
/*!
|
||||
\ingroup PkgSphericalKernel3
|
||||
\ingroup PkgSphericalKernel3GeometricFunctions
|
||||
|
||||
Same for a circle.
|
||||
\pre The circle is not contained in a plane orthogonal to the \f$ z\f$-axis.
|
||||
|
|
@ -291,7 +291,7 @@ z_extremal_point(const Circle_3<SphericalKernel> & c, bool b);
|
|||
namespace CGAL {
|
||||
|
||||
/*!
|
||||
\ingroup PkgSphericalKernel3
|
||||
\ingroup PkgSphericalKernel3GeometricFunctions
|
||||
|
||||
Copies in the output iterator the \f$ z\f$-extremal points of the
|
||||
sphere. `res` iterates on elements of type
|
||||
|
|
@ -303,7 +303,7 @@ z_extremal_points(const Sphere_3<SphericalKernel> & c,
|
|||
OutputIterator res);
|
||||
|
||||
/*!
|
||||
\ingroup PkgSphericalKernel3
|
||||
\ingroup PkgSphericalKernel3GeometricFunctions
|
||||
|
||||
Copies in the output iterator the \f$ z\f$-extremal points of the
|
||||
circle. `res` iterates on elements of type
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
namespace CGAL {
|
||||
/*!
|
||||
|
||||
\mainpage 3D Spherical Geometry Kernel
|
||||
\mainpage 3D Spherical Geometry %Kernel
|
||||
\anchor chaptersphericalkernel
|
||||
|
||||
\authors Pedro Machado Manhães de Castro, Frédéric Cazals, Sébastien Loriot, and Monique Teillaud
|
||||
|
|
@ -41,14 +41,14 @@ them, which explains the need for a new point type.
|
|||
A consistent set of predicates and constructions is offered on these
|
||||
new types.
|
||||
|
||||
<b>General functionalities</b>
|
||||
<b>General Functionalities</b>
|
||||
|
||||
The spherical kernel currently implements a set of
|
||||
fundamental functionalities like intersection, comparisons, inclusion,
|
||||
etc. More might be provided in the future, as long as only algebraic
|
||||
numbers of degree two are used.
|
||||
|
||||
<b>Functionalities relative to a sphere</b>
|
||||
<b>Functionalities Relative to a Sphere</b>
|
||||
|
||||
The interface of the underlying objects is extended by providing
|
||||
additional operations that make sense only if the objects are
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
|
||||
/*!
|
||||
\ingroup PkgSphericalKernel3Concepts
|
||||
\ingroup PkgSphericalKernel3AlgebraicConcepts
|
||||
\cgalconcept
|
||||
|
||||
A model `fo` of this concept must provide:
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
|
||||
/*!
|
||||
\ingroup PkgSphericalKernel3Concepts
|
||||
\ingroup PkgSphericalKernel3GeometricConcepts
|
||||
\cgalconcept
|
||||
|
||||
\sa `AlgebraicKernelForSpheres::CompareX`
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
|
||||
/*!
|
||||
\ingroup PkgSphericalKernel3Concepts
|
||||
\ingroup PkgSphericalKernel3GeometricConcepts
|
||||
\cgalconcept
|
||||
|
||||
\sa `AlgebraicKernelForSpheres::CompareX`
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
|
||||
/*!
|
||||
\ingroup PkgSphericalKernel3Concepts
|
||||
\ingroup PkgSphericalKernel3AlgebraicConcepts
|
||||
\cgalconcept
|
||||
|
||||
\sa `AlgebraicKernelForSpheres::CompareX`
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
|
||||
/*!
|
||||
\ingroup PkgSphericalKernel3Concepts
|
||||
\ingroup PkgSphericalKernel3GeometricConcepts
|
||||
\cgalconcept
|
||||
|
||||
\sa `AlgebraicKernelForSpheres::CompareX`
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
|
||||
/*!
|
||||
\ingroup PkgSphericalKernel3Concepts
|
||||
\ingroup PkgSphericalKernel3AlgebraicConcepts
|
||||
\cgalconcept
|
||||
|
||||
\sa `SphericalKernel::ConstructPlane_3`
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
|
||||
/*!
|
||||
\ingroup PkgSphericalKernel3Concepts
|
||||
\ingroup PkgSphericalKernel3AlgebraicConcepts
|
||||
\cgalconcept
|
||||
|
||||
\sa `SphericalKernel::ConstructLine_3`
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
|
||||
/*!
|
||||
\ingroup PkgSphericalKernel3Concepts
|
||||
\ingroup PkgSphericalKernel3AlgebraicConcepts
|
||||
\cgalconcept
|
||||
|
||||
Concept to represent
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
|
||||
/*!
|
||||
\ingroup PkgSphericalKernel3Concepts
|
||||
\ingroup PkgSphericalKernel3AlgebraicConcepts
|
||||
\cgalconcept
|
||||
|
||||
Concept to represent trivariate polynomials of degree 1 whose
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
|
||||
/*!
|
||||
\ingroup PkgSphericalKernel3Concepts
|
||||
\ingroup PkgSphericalKernel3AlgebraicConcepts
|
||||
\cgalconcept
|
||||
|
||||
Concept to represent a system of polynomials on `FieldNumberType`
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
|
||||
/*!
|
||||
\ingroup PkgSphericalKernel3Concepts
|
||||
\ingroup PkgSphericalKernel3AlgebraicConcepts
|
||||
\cgalconcept
|
||||
|
||||
Concept to represent the roots of a system of three equations of degree 2
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
|
||||
/*!
|
||||
\ingroup PkgSphericalKernel3Concepts
|
||||
\ingroup PkgSphericalKernel3AlgebraicConcepts
|
||||
\cgalconcept
|
||||
|
||||
*/
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
|
||||
/*!
|
||||
\ingroup PkgSphericalKernel3Concepts
|
||||
\ingroup PkgSphericalKernel3AlgebraicConcepts
|
||||
\cgalconcept
|
||||
|
||||
*/
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
|
||||
/*!
|
||||
\ingroup PkgSphericalKernel3Concepts
|
||||
\ingroup PkgSphericalKernel3AlgebraicConcepts
|
||||
\cgalconcept
|
||||
|
||||
\sa `AlgebraicKernelForSpheres::YCriticalPoints`
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
|
||||
/*!
|
||||
\ingroup PkgSphericalKernel3Concepts
|
||||
\ingroup PkgSphericalKernel3AlgebraicConcepts
|
||||
\cgalconcept
|
||||
|
||||
\sa `AlgebraicKernelForSpheres::XCriticalPoints`
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
|
||||
/*!
|
||||
\ingroup PkgSphericalKernel3Concepts
|
||||
\ingroup PkgSphericalKernel3AlgebraicConcepts
|
||||
\cgalconcept
|
||||
|
||||
\sa `AlgebraicKernelForSpheres::XCriticalPoints`
|
||||
|
|
|
|||
|
|
@ -1,13 +1,13 @@
|
|||
|
||||
/*!
|
||||
\ingroup PkgSphericalKernel3Concepts
|
||||
\ingroup PkgSphericalKernel3AlgebraicConcepts
|
||||
\cgalconcept
|
||||
|
||||
The `AlgebraicKernelForSpheres` concept is meant to provide the
|
||||
curved kernel with all the algebraic functionalities required for the
|
||||
manipulation of spheres, circles, and circular arcs in 3D.
|
||||
|
||||
\hasModel Algebraic_kernel_for_spheres_2_3
|
||||
\hasModel CGAL::Algebraic_kernel_for_spheres_2_3
|
||||
|
||||
\sa `SphericalKernel`
|
||||
\sa `CGAL::Spherical_kernel_3<Kernel,AlgebraicKernelForSpheres>`
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
|
||||
/*!
|
||||
\ingroup PkgSphericalKernel3Concepts
|
||||
\ingroup PkgSphericalKernel3GeometricConcepts
|
||||
\cgalconcept
|
||||
|
||||
\brief
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
|
||||
/*!
|
||||
\ingroup PkgSphericalKernel3Concepts
|
||||
\ingroup PkgSphericalKernel3GeometricConcepts
|
||||
\cgalconcept
|
||||
|
||||
Concept for points on spheres, circles, circular arcs or line arcs.
|
||||
|
|
@ -9,7 +9,7 @@ Concept for points on spheres, circles, circular arcs or line arcs.
|
|||
\refines `Assignable`
|
||||
\refines `DefaultConstructible`
|
||||
|
||||
\hasModel CGAL::Circular_arc_point_3<SphericalKernel>
|
||||
\hasModel `CGAL::Circular_arc_point_3<SphericalKernel>`
|
||||
|
||||
*/
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
|
||||
/*!
|
||||
\ingroup PkgSphericalKernel3Concepts
|
||||
\ingroup PkgSphericalKernel3GeometricConcepts
|
||||
\cgalconcept
|
||||
|
||||
Concept for arcs of circles.
|
||||
|
|
@ -9,7 +9,7 @@ Concept for arcs of circles.
|
|||
\refines `Assignable`
|
||||
\refines `DefaultConstructible`
|
||||
|
||||
\hasModel CGAL::Circular_arc_3<SphericalKernel>
|
||||
\hasModel `CGAL::Circular_arc_3<SphericalKernel>`
|
||||
|
||||
*/
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
|
||||
/*!
|
||||
\ingroup PkgSphericalKernel3Concepts
|
||||
\ingroup PkgSphericalKernel3GeometricConcepts
|
||||
\cgalconcept
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
|
||||
/*!
|
||||
\ingroup PkgSphericalKernel3Concepts
|
||||
\ingroup PkgSphericalKernel3GeometricConcepts
|
||||
\cgalconcept
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
|
||||
/*!
|
||||
\ingroup PkgSphericalKernel3Concepts
|
||||
\ingroup PkgSphericalKernel3GeometricConcepts
|
||||
\cgalconcept
|
||||
|
||||
\refines `Kernel::CompareXYZ_3`
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
|
||||
/*!
|
||||
\ingroup PkgSphericalKernel3Concepts
|
||||
\ingroup PkgSphericalKernel3GeometricConcepts
|
||||
\cgalconcept
|
||||
|
||||
\brief
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
|
||||
/*!
|
||||
\ingroup PkgSphericalKernel3Concepts
|
||||
\ingroup PkgSphericalKernel3GeometricConcepts
|
||||
\cgalconcept
|
||||
|
||||
\brief
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
|
||||
/*!
|
||||
\ingroup PkgSphericalKernel3Concepts
|
||||
\ingroup PkgSphericalKernel3GeometricConcepts
|
||||
\cgalconcept
|
||||
|
||||
\brief
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
|
||||
/*!
|
||||
\ingroup PkgSphericalKernel3Concepts
|
||||
\ingroup PkgSphericalKernel3GeometricConcepts
|
||||
\cgalconcept
|
||||
|
||||
\sa `SphericalKernel::CompareZToRight_3`
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
|
||||
/*!
|
||||
\ingroup PkgSphericalKernel3Concepts
|
||||
\ingroup PkgSphericalKernel3GeometricConcepts
|
||||
\cgalconcept
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
|
||||
/*!
|
||||
\ingroup PkgSphericalKernel3Concepts
|
||||
\ingroup PkgSphericalKernel3GeometricConcepts
|
||||
\cgalconcept
|
||||
|
||||
\refines `Kernel::CompareZ_3`
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
|
||||
/*!
|
||||
\ingroup PkgSphericalKernel3Concepts
|
||||
\ingroup PkgSphericalKernel3GeometricConcepts
|
||||
\cgalconcept
|
||||
|
||||
An object `fo` of this type must provide:
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
|
||||
/*!
|
||||
\ingroup PkgSphericalKernel3Concepts
|
||||
\ingroup PkgSphericalKernel3GeometricConcepts
|
||||
\cgalconcept
|
||||
|
||||
\refines ::Kernel::ComputeApproximateSquaredLength_3
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
|
||||
/*!
|
||||
\ingroup PkgSphericalKernel3Concepts
|
||||
\ingroup PkgSphericalKernel3GeometricConcepts
|
||||
\cgalconcept
|
||||
|
||||
*/
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
|
||||
/*!
|
||||
\ingroup PkgSphericalKernel3Concepts
|
||||
\ingroup PkgSphericalKernel3GeometricConcepts
|
||||
\cgalconcept
|
||||
*/
|
||||
class SphericalKernel::ComputeCircularY_3 {
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
|
||||
/*!
|
||||
\ingroup PkgSphericalKernel3Concepts
|
||||
\ingroup PkgSphericalKernel3GeometricConcepts
|
||||
\cgalconcept
|
||||
|
||||
*/
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
|
||||
/*!
|
||||
\ingroup PkgSphericalKernel3Concepts
|
||||
\ingroup PkgSphericalKernel3GeometricConcepts
|
||||
\cgalconcept
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
|
||||
/*!
|
||||
\ingroup PkgSphericalKernel3Concepts
|
||||
\ingroup PkgSphericalKernel3GeometricConcepts
|
||||
\cgalconcept
|
||||
|
||||
\sa `SphericalKernel::GetEquation`
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
|
||||
/*!
|
||||
\ingroup PkgSphericalKernel3Concepts
|
||||
\ingroup PkgSphericalKernel3GeometricConcepts
|
||||
\cgalconcept
|
||||
|
||||
*/
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
|
||||
/*!
|
||||
\ingroup PkgSphericalKernel3Concepts
|
||||
\ingroup PkgSphericalKernel3GeometricConcepts
|
||||
\cgalconcept
|
||||
|
||||
The circular arc constructed from a circle, a source, and a target, is
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
|
||||
/*!
|
||||
\ingroup PkgSphericalKernel3Concepts
|
||||
\ingroup PkgSphericalKernel3GeometricConcepts
|
||||
\cgalconcept
|
||||
|
||||
*/
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
|
||||
/*!
|
||||
\ingroup PkgSphericalKernel3Concepts
|
||||
\ingroup PkgSphericalKernel3GeometricConcepts
|
||||
\cgalconcept
|
||||
|
||||
*/
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
|
||||
/*!
|
||||
\ingroup PkgSphericalKernel3Concepts
|
||||
\ingroup PkgSphericalKernel3GeometricConcepts
|
||||
\cgalconcept
|
||||
|
||||
*/
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
|
||||
/*!
|
||||
\ingroup PkgSphericalKernel3Concepts
|
||||
\ingroup PkgSphericalKernel3GeometricConcepts
|
||||
\cgalconcept
|
||||
*/
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
|
||||
/*!
|
||||
\ingroup PkgSphericalKernel3Concepts
|
||||
\ingroup PkgSphericalKernel3GeometricConcepts
|
||||
\cgalconcept
|
||||
|
||||
*/
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
|
||||
/*!
|
||||
\ingroup PkgSphericalKernel3Concepts
|
||||
\ingroup PkgSphericalKernel3GeometricConcepts
|
||||
\cgalconcept
|
||||
|
||||
\brief
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
|
||||
/*!
|
||||
\ingroup PkgSphericalKernel3Concepts
|
||||
\ingroup PkgSphericalKernel3GeometricConcepts
|
||||
\cgalconcept
|
||||
|
||||
\brief
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
|
||||
/*!
|
||||
\ingroup PkgSphericalKernel3Concepts
|
||||
\ingroup PkgSphericalKernel3GeometricConcepts
|
||||
\cgalconcept
|
||||
|
||||
\brief
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
|
||||
/*!
|
||||
\ingroup PkgSphericalKernel3Concepts
|
||||
\ingroup PkgSphericalKernel3GeometricConcepts
|
||||
\cgalconcept
|
||||
|
||||
\brief Testing whether two curves intersect.
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
|
||||
/*!
|
||||
\ingroup PkgSphericalKernel3Concepts
|
||||
\ingroup PkgSphericalKernel3GeometricConcepts
|
||||
\cgalconcept
|
||||
|
||||
\refines ::Kernel::DoOverlap_3
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
|
||||
/*!
|
||||
\ingroup PkgSphericalKernel3Concepts
|
||||
\ingroup PkgSphericalKernel3GeometricConcepts
|
||||
\cgalconcept
|
||||
|
||||
Testing equality between objects.
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
|
||||
/*!
|
||||
\ingroup PkgSphericalKernel3Concepts
|
||||
\ingroup PkgSphericalKernel3GeometricConcepts
|
||||
\cgalconcept
|
||||
|
||||
A model `fo` of this concept must provide:
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
|
||||
/*!
|
||||
\ingroup PkgSphericalKernel3Concepts
|
||||
\ingroup PkgSphericalKernel3GeometricConcepts
|
||||
\cgalconcept
|
||||
|
||||
\brief
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
|
||||
/*!
|
||||
\ingroup PkgSphericalKernel3Concepts
|
||||
\ingroup PkgSphericalKernel3GeometricConcepts
|
||||
\cgalconcept
|
||||
|
||||
\brief
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
|
||||
/*!
|
||||
\ingroup PkgSphericalKernel3Concepts
|
||||
\ingroup PkgSphericalKernel3GeometricConcepts
|
||||
\cgalconcept
|
||||
|
||||
An object fo of this type must provide:
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
|
||||
/*!
|
||||
\ingroup PkgSphericalKernel3Concepts
|
||||
\ingroup PkgSphericalKernel3GeometricConcepts
|
||||
\cgalconcept
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
|
||||
/*!
|
||||
\ingroup PkgSphericalKernel3Concepts
|
||||
\ingroup PkgSphericalKernel3GeometricConcepts
|
||||
\cgalconcept
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
|
||||
/*!
|
||||
\ingroup PkgSphericalKernel3Concepts
|
||||
\ingroup PkgSphericalKernel3GeometricConcepts
|
||||
\cgalconcept
|
||||
|
||||
Concept for line segments supported by a line that is a model of
|
||||
|
|
@ -11,7 +11,7 @@ Concept for line segments supported by a line that is a model of
|
|||
\refines `Assignable`
|
||||
\refines `DefaultConstructible`
|
||||
|
||||
\hasModel CGAL::Line_arc_3<SphericalKernel>
|
||||
\hasModel `CGAL::Line_arc_3<SphericalKernel>`
|
||||
|
||||
*/
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
|
||||
/*!
|
||||
\ingroup PkgSphericalKernel3Concepts
|
||||
\ingroup PkgSphericalKernel3GeometricConcepts
|
||||
\cgalconcept
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
|
||||
/*!
|
||||
\ingroup PkgSphericalKernel3Concepts
|
||||
\ingroup PkgSphericalKernel3GeometricConcepts
|
||||
\cgalconcept
|
||||
|
||||
*/
|
||||
|
|
|
|||
|
|
@ -1,11 +1,11 @@
|
|||
|
||||
/*!
|
||||
\ingroup PkgSphericalKernel3Concepts
|
||||
\ingroup PkgSphericalKernel3GeometricConcepts
|
||||
\cgalconcept
|
||||
|
||||
\refines ::Kernel
|
||||
|
||||
\hasModel CGAL::Spherical_kernel_3<Kernel,AlgebraicKernelForSpheres>
|
||||
\hasModel `CGAL::Spherical_kernel_3<Kernel,AlgebraicKernelForSpheres>`
|
||||
\hasModel CGAL::Exact_spherical_kernel_3
|
||||
|
||||
\sa `Kernel`
|
||||
|
|
|
|||
|
|
@ -1,6 +1,21 @@
|
|||
/// \defgroup PkgSphericalKernel3 3D Spherical Geometry Kernel
|
||||
|
||||
/// \defgroup PkgSphericalKernel3Concepts Concepts
|
||||
/// \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
|
||||
|
||||
/*!
|
||||
|
|
|
|||
Loading…
Reference in New Issue