Typo in doc for Alpha_shape_3

This commit is contained in:
Marc Glisse 2019-11-06 13:52:51 +01:00 committed by GitHub
parent 4f97bd5102
commit abe9dccd21
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -119,8 +119,8 @@ 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`.
For basic alpha shapes, `Point` will be equal to `Gt::Point_3`. For weighted alpha
shapes, `Point` will be equal to `Gt::Weighted_point_3`.
*/
typedef Dt::Point Point;