mirror of https://github.com/CGAL/cgal
and more
This commit is contained in:
parent
33c05d40c2
commit
073a4dbbb2
|
|
@ -74,25 +74,25 @@ typedef unspecified_type Equal_2;
|
|||
|
||||
/*!
|
||||
a model for
|
||||
`Kernel::Less_xy_2`.
|
||||
`Kernel::LessXY_2`.
|
||||
*/
|
||||
typedef unspecified_type Less_xy_2;
|
||||
|
||||
/*!
|
||||
a model for
|
||||
`Kernel::Less_yx_2`.
|
||||
`Kernel::LessYX_2`.
|
||||
*/
|
||||
typedef unspecified_type Less_yx_2;
|
||||
|
||||
/*!
|
||||
a model for
|
||||
`Kernel::Has_on_negative_side_2`.
|
||||
`Kernel::HasOnNegativeSide_2`.
|
||||
*/
|
||||
typedef unspecified_type Has_on_negative_side_2;
|
||||
|
||||
/*!
|
||||
a model for
|
||||
`Kernel::Compare_angle_with_x_axis_2`.
|
||||
`Kernel::CompareAngleWithXAxis_2`.
|
||||
*/
|
||||
typedef unspecified_type Compare_angle_with_x_axis_2;
|
||||
|
||||
|
|
@ -101,7 +101,7 @@ AdaptableFunctor
|
|||
`op`:
|
||||
`Rectangle_2` \f$ \times\f$ `Rectangle_2` \f$ \rightarrow\f$
|
||||
`bool`.
|
||||
`op(r1,r2)` returns true, iff the area of \f$ r1\f$ is
|
||||
`op(r1,r2)` returns `true`, iff the area of \f$ r1\f$ is
|
||||
strictly less than the area of \f$ r2\f$.
|
||||
*/
|
||||
typedef unspecified_type Area_less_rectangle_2;
|
||||
|
|
@ -112,7 +112,7 @@ AdaptableFunctor
|
|||
`Parallelogram_2` \f$ \times\f$
|
||||
`Parallelogram_2` \f$ \rightarrow\f$ `bool`.
|
||||
|
||||
`op(p1,p2)` returns true, iff the area of \f$ p1\f$ is strictly less
|
||||
`op(p1,p2)` returns `true`, iff the area of \f$ p1\f$ is strictly less
|
||||
than the area of \f$ p2\f$.
|
||||
*/
|
||||
typedef unspecified_type Area_less_parallelogram_2;
|
||||
|
|
@ -122,7 +122,7 @@ AdaptableFunctor
|
|||
`op`:
|
||||
`Strip_2` \f$ \times\f$ `Strip_2` \f$ \rightarrow\f$ `bool`.
|
||||
|
||||
`op(s1,s2)` returns true, iff the width of \f$ s1\f$ is strictly less
|
||||
`op(s1,s2)` returns `true`, iff the width of \f$ s1\f$ is strictly less
|
||||
than the width of \f$ s2\f$.
|
||||
*/
|
||||
typedef unspecified_type Width_less_strip_2;
|
||||
|
|
|
|||
|
|
@ -34,31 +34,31 @@ typedef unspecified_type Point_2;
|
|||
|
||||
/*!
|
||||
model for
|
||||
`Kernel::Iso_rectangle_2`.
|
||||
`Kernel::IsoRectangle_2`.
|
||||
*/
|
||||
typedef unspecified_type Iso_rectangle_2;
|
||||
|
||||
/*!
|
||||
model for
|
||||
`Kernel::Less_x_2`.
|
||||
`Kernel::LessX_2`.
|
||||
*/
|
||||
typedef unspecified_type Less_x_2;
|
||||
|
||||
/*!
|
||||
model for
|
||||
`Kernel::Less_y_2`.
|
||||
`Kernel::LessY_2`.
|
||||
*/
|
||||
typedef unspecified_type Less_y_2;
|
||||
|
||||
/*!
|
||||
model for
|
||||
`Kernel::Construct_vertex_2`.
|
||||
`Kernel::ConstructVertex_2`.
|
||||
*/
|
||||
typedef unspecified_type Construct_vertex_2;
|
||||
|
||||
/*!
|
||||
model for
|
||||
`Kernel::Construct_iso_rectangle_2`.
|
||||
`Kernel::ConstructIsoRectangle_2`.
|
||||
*/
|
||||
typedef unspecified_type Construct_iso_rectangle_2;
|
||||
|
||||
|
|
|
|||
|
|
@ -45,7 +45,7 @@ typedef unspecified_type Point_2;
|
|||
|
||||
/*!
|
||||
model for
|
||||
`Kernel::Less_xy_2`.
|
||||
`Kernel::LessXY_2`.
|
||||
*/
|
||||
typedef unspecified_type Less_xy_2;
|
||||
|
||||
|
|
|
|||
|
|
@ -48,7 +48,7 @@ typedef unspecified_type Compute_squared_distance_2;
|
|||
|
||||
/*!
|
||||
model for
|
||||
`Kernel::Less_xy_2`.
|
||||
`Kernel::LessXY_2`.
|
||||
*/
|
||||
typedef unspecified_type Less_xy_2;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue