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

Can the CGAL library be used to solve the shortest distance from the point to the ellipsoid? #7779

Closed
wjiangsheng opened this issue Oct 10, 2023 · 1 comment
Labels

Comments

@wjiangsheng
Copy link

Can you do that with this function?:CGAL::squared_distance(T1, T2)

@janetournois
Copy link
Member

All the geometric types T1 and T2 available for CGAL::squared_distance() are listed here

The documentation also gives some pointers to helper functions

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

No branches or pull requests

2 participants