Skip to content

Conversation

@janetournois
Copy link
Member

Please use the following template to help us managing pull requests.

Summary of Changes

Describe what your pull request changes to CGAL (this can be skipped if it solves an issue already in the tracker or if it is a Feature or Small Feature submitted to the CGAL Wiki).

Release Management

  • Affected package(s):
  • Issue(s) solved (if any): fix #0000, fix #0000,...
  • Feature/Small Feature (if any):
  • Link to compiled documentation (obligatory for small feature) wrong link name to be changed
  • License and copyright ownership:

and use it in domain.curve_segment_is_covered()
add a special locate_corner() because we don't want to store
all incident polylines to a corner, and that it's only a few, cheap, locate operations
mesh_polyhedral_domain_with_features works fine with this version
the iterator we need is the one of p, not the one of `other_point`!

+ constify what can be
+ make loops more readable
and deal with the case where distance < 0 in point_at(),
because we don't want to start from start_point all over
…anetournois/cgal into Mesh_3-speedup_balls-jtournois

# Conflicts:
#	Mesh_3/include/CGAL/Sizing_field_with_aabb_tree.h
it should be equal to begin iff p is begin
otherwise, locate returns the previous segment source
this avoids confusion when the same point may belong to 2 features
It may be the case when polyline input features are (almost) identical
@MaelRL MaelRL added this to the 6.2-beta milestone Jan 17, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants