first changes after Laurent's review
This commit is contained in:
+1
-1
@@ -19,7 +19,7 @@ public:
|
||||
A function object to compute a squared distance for two points.
|
||||
Provides the operator:
|
||||
|
||||
`FT operator()(Point_2 p, Point_2 q)`
|
||||
`unspecified_type operator()(Point_2 p, Point_2 q)`
|
||||
which returns the squared distance between `p` and `q`.
|
||||
*/
|
||||
typedef unspecified_type Compute_squared_distance_2;
|
||||
|
||||
+1
-1
@@ -21,7 +21,7 @@ Defines the same types as the `TriangulationVertexBase_2` concept
|
||||
|
||||
class PolylineSimplificationVertexBase_2 {
|
||||
public:
|
||||
/// A number type.
|
||||
/// A number type which must be the same as the <code>FT</code> of the geometric traits class of the triangulation.
|
||||
typedef Hidden_type FT;
|
||||
|
||||
/// \name Access Functions
|
||||
|
||||
@@ -21,9 +21,9 @@
|
||||
\cgalPkgManuals{Chapter_2D_Polyline_simplification,PkgPolylineSimplification2}
|
||||
\cgalPkgSummaryEnd
|
||||
\cgalPkgShortInfoBegin
|
||||
\cgalPkgSince{4.3}
|
||||
\cgalPkgSince{4.6}
|
||||
\cgalPkgDependsOn{\ref PkgTriangulation2Summary}
|
||||
\cgalPkgBib{cgal:fc-ps2}
|
||||
\cgalPkgBib{cgal:f-ps2}
|
||||
\cgalPkgLicense{\ref licensesGPL "GPL"}
|
||||
\cgalPkgDemo{Polygon Demo,polygon_2.zip}
|
||||
\cgalPkgShortInfoEnd
|
||||
|
||||
Reference in New Issue
Block a user