mirror of https://github.com/CGAL/cgal
Added point type to the doc of alpha shapes 2/3
This commit is contained in:
parent
c9551ca1ab
commit
7ce35c7538
|
|
@ -97,6 +97,14 @@ For convenience, classical comparison operators are provided for the type `FT`.
|
|||
*/
|
||||
typedef Gt::FT FT;
|
||||
|
||||
/*!
|
||||
The point type.
|
||||
|
||||
For basic alpha shapes, `Point` will be equal to `Gt::Point_2`. For weighted alpha
|
||||
shapes, `Point` will be equal to `Gt::Weighted_point_2`.
|
||||
*/
|
||||
typedef Dt::Point Point;
|
||||
|
||||
/*!
|
||||
The size type.
|
||||
*/
|
||||
|
|
|
|||
|
|
@ -93,6 +93,14 @@ For convenience, classical comparison operators are provided for the type `FT`.
|
|||
*/
|
||||
typedef unspecified_type FT;
|
||||
|
||||
/*!
|
||||
The point type.
|
||||
|
||||
For basic alpha shapes, `Point` will be equal to `Gt::Point_2`. For weighted alpha
|
||||
shapes, `Point` will be equal to `Gt::Weighted_point_2`.
|
||||
*/
|
||||
typedef Dt::Point Point;
|
||||
|
||||
/*!
|
||||
The size type.
|
||||
*/
|
||||
|
|
|
|||
Loading…
Reference in New Issue