Skip to content

Point_d type definition is missing in Fuzzy_sphere #9535

Description

@efifogel

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.):

Metadata

Metadata

Assignees

No one assigned

    Type

    Fields

    No fields configured for Bug.

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions