mirror of https://github.com/CGAL/cgal
fix the link to the developers manual, in the code
This commit is contained in:
parent
cbf2104c5f
commit
f5343911a6
|
|
@ -34,7 +34,7 @@ class PointC2
|
||||||
{
|
{
|
||||||
typedef PointC2<R_> Self;
|
typedef PointC2<R_> Self;
|
||||||
typedef typename R_::FT FT;
|
typedef typename R_::FT FT;
|
||||||
// http://www.cgal.org/Members/Manual_test/LAST/Developers_internal_manual/Developers_manual/Chapter_code_format.html#sec:programming_conventions
|
// http://doc.cgal.org/latest/Manual/devman_code_format.html#secprogramming_conventions
|
||||||
typedef typename R_::Vector_2 Vector_2_;
|
typedef typename R_::Vector_2 Vector_2_;
|
||||||
typedef typename R_::Point_2 Point_2;
|
typedef typename R_::Point_2 Point_2;
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -36,7 +36,7 @@ template <class R_>
|
||||||
class SphereC3
|
class SphereC3
|
||||||
{
|
{
|
||||||
typedef typename R_::FT FT;
|
typedef typename R_::FT FT;
|
||||||
// http://www.cgal.org/Members/Manual_test/LAST/Developers_internal_manual/Developers_manual/Chapter_code_format.html#sec:programming_conventions
|
// http://doc.cgal.org/latest/Manual/devman_code_format.html#secprogramming_conventions
|
||||||
typedef typename R_::Point_3 Point_3_;
|
typedef typename R_::Point_3 Point_3_;
|
||||||
typedef typename R_::Vector_3 Vector_3;
|
typedef typename R_::Vector_3 Vector_3;
|
||||||
typedef typename R_::Sphere_3 Sphere_3;
|
typedef typename R_::Sphere_3 Sphere_3;
|
||||||
|
|
|
||||||
|
|
@ -34,7 +34,7 @@ namespace CGAL {
|
||||||
template < class R_ >
|
template < class R_ >
|
||||||
class VectorC3
|
class VectorC3
|
||||||
{
|
{
|
||||||
// http://www.cgal.org/Members/Manual_test/LAST/Developers_internal_manual/Developers_manual/Chapter_code_format.html#sec:programming_conventions
|
// http://doc.cgal.org/latest/Manual/devman_code_format.html#secprogramming_conventions
|
||||||
typedef typename R_::FT FT_;
|
typedef typename R_::FT FT_;
|
||||||
typedef typename R_::Point_3 Point_3;
|
typedef typename R_::Point_3 Point_3;
|
||||||
typedef typename R_::Vector_3 Vector_3;
|
typedef typename R_::Vector_3 Vector_3;
|
||||||
|
|
|
||||||
|
|
@ -38,7 +38,7 @@ template <class R_>
|
||||||
class Sphere_3 : public R_::Kernel_base::Sphere_3
|
class Sphere_3 : public R_::Kernel_base::Sphere_3
|
||||||
{
|
{
|
||||||
typedef typename R_::FT FT;
|
typedef typename R_::FT FT;
|
||||||
// http://www.cgal.org/Members/Manual_test/LAST/Developers_internal_manual/Developers_manual/Chapter_code_format.html#sec:programming_conventions
|
// http://doc.cgal.org/latest/Manual/devman_code_format.html#secprogramming_conventions
|
||||||
typedef typename R_::Point_3 Point_3_;
|
typedef typename R_::Point_3 Point_3_;
|
||||||
typedef typename R_::Circle_3 Circle_3;
|
typedef typename R_::Circle_3 Circle_3;
|
||||||
typedef typename R_::Aff_transformation_3 Aff_transformation_3;
|
typedef typename R_::Aff_transformation_3 Aff_transformation_3;
|
||||||
|
|
|
||||||
|
|
@ -39,7 +39,7 @@ template <class R_>
|
||||||
class Vector_3 : public R_::Kernel_base::Vector_3
|
class Vector_3 : public R_::Kernel_base::Vector_3
|
||||||
{
|
{
|
||||||
typedef typename R_::RT RT;
|
typedef typename R_::RT RT;
|
||||||
// http://www.cgal.org/Members/Manual_test/LAST/Developers_internal_manual/Developers_manual/Chapter_code_format.html#sec:programming_conventions
|
// http://doc.cgal.org/latest/Manual/devman_code_format.html#secprogramming_conventions
|
||||||
typedef typename R_::FT FT_;
|
typedef typename R_::FT FT_;
|
||||||
typedef typename R_::Segment_3 Segment_3;
|
typedef typename R_::Segment_3 Segment_3;
|
||||||
typedef typename R_::Ray_3 Ray_3;
|
typedef typename R_::Ray_3 Ray_3;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue