Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added the list of valid pairs #8762

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

ksandeep18
Copy link

Update Valid Pairs List in Kernel_23 Documentation

Description

This pull request updates the documentation in the Kernel_23 module to include a comprehensive list of valid pairs. The changes aim to improve clarity and provide more detailed information for developers working with the CGAL library.

Updated file path: cgal/Kernel_23/doc/Kernel_23/Kernel_23.txt`

Changes

  • Added a new section in the Kernel_23 documentation listing valid pairs.
  • Updated existing content to reference the new list.
  • Improved formatting for better readability.

Questions

  • Are there any additional pairs that should be included in the list?
  • Is the current formatting optimal for readability?

Summary of Changes

Updated the documentation to explicitly state that Point_2 and Circle_2, and Point_3 and Sphere_3 are valid combinations of parameters for the CGAL::intersection() function.

Release Management

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

The reference-manual page of intersection() is missing some valid combinations of parameters
1 participant