Added point type to the doc of alpha shapes 2/3

This commit is contained in:
Mael Rouxel-Labbé 2017-05-05 15:49:40 +02:00
parent c9551ca1ab
commit 7ce35c7538
2 changed files with 16 additions and 0 deletions

View File

@ -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.
*/

View File

@ -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.
*/