mirror of https://github.com/CGAL/cgal
Added point type to the doc of alpha shapes 2/3
This commit is contained in:
parent
29d5475ee8
commit
ff53d883e3
|
|
@ -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