mirror of https://github.com/CGAL/cgal
Typo in doc for Alpha_shape_3
This commit is contained in:
parent
4f97bd5102
commit
abe9dccd21
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue