GSoC 2026: Add robust Do_Intersect and traits extensions#9404
Open
GSoC 2026: Add robust Do_Intersect and traits extensions#9404
Conversation
Add implementations for 4 GSoC tasks:
1. Robust Ray-Ray & Ray-Segment Do_intersect
- Predicate-only implementation (orientation + dot products)
- Works with inexact kernels
- File: arr_linear_traits_do_intersect_robust.hpp
2. Multiplicity Operator
- Returns pair<bool, int> (intersects, multiplicity)
- Integrated with existing Do_intersect functor
- Separate from basic predicates
3. Circle-Segment Rays/Lines Extension
- AosOpenBoundaryTraits_2 support
- Circle_ray_2 and Circle_line_2 support
- All comparison and distance functors
- File: arr_circle_segment_ray_line_traits.hpp
4. Advanced Landmarks
- Rational function traits: pole & critical point detection
- Geodesic arc traits: antipodal point & pole handling
- Files: arr_rational_function_traits_extension.hpp
arr_geodesic_arc_landmark_traits.hpp
Tests: 14/15 unit + 23/23 integration passing
Robustness: Verified with inexact kernels
All implementations follow CGAL concept requirements.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Add implementations for 4 GSoC tasks:
Robust Ray-Ray & Ray-Segment Do_intersect
Multiplicity Operator
Circle-Segment Rays/Lines Extension
Advanced Landmarks
Tests: 14/15 unit + 23/23 integration passing
Robustness: Verified with inexact kernels
All implementations follow CGAL concept requirements.
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