mirror of https://github.com/CGAL/cgal
Document requirement of FT
This commit is contained in:
parent
22bad46974
commit
0ab8ccf606
|
|
@ -30,7 +30,7 @@ Point type.
|
|||
using Point_d = unspecified_type;
|
||||
|
||||
/*!
|
||||
The number type of the %Cartesian coordinates of type `Point_d`.
|
||||
The number type of the %Cartesian coordinates of type `Point_d`. It must be a model of `FieldNumberType`.
|
||||
For a given `FT n`, `to_interval(n)` must be a valid expression and it must
|
||||
return an interval containing `n`, represented by a `std::pair<double, double>`.
|
||||
*/
|
||||
|
|
|
|||
Loading…
Reference in New Issue