Issue Details
The manual claims that it is defined. It should be defined, because (a) it is used to define the center of the sphere, and (b) Fuzzy_iso_box defines it.
Source Code
Just add:
typedef typename SearchTraits::Point_d Point_d;
Better yet, change all typedef to using while at it.
Environment
- Operating system (Windows/Mac/Linux, 32/64 bits):
- Compiler:
- Release or debug mode:
- Specific flags used (if any):
- CGAL version: 6.2-I-910 (Latest)
- Boost version:
- Other libraries versions if used (Eigen, TBB, etc.):
Issue Details
The manual claims that it is defined. It should be defined, because (a) it is used to define the center of the sphere, and (b)
Fuzzy_iso_boxdefines it.Source Code
Just add:
typedef typename SearchTraits::Point_d Point_d;Better yet, change all
typedeftousingwhile at it.Environment