Replies: 2 comments 1 reply
-
|
@mglisse, Marc, what is your opinion on this as you are the author of A package using orientation is probably the circular and spherical kernel. |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
(I am guessing, I didn't look deeply at the code)
Ok, all that to say I don't have a strong opinion. I'd tend to leave that mess alone and spend effort elsewhere, unless someone comes up with a good plan for what spheres should be used for. But if you want to try deprecating it, that's ok with me. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Spheres in 2D (that is circles) and 3D are represented by center, squared radius, and orientation.
dD spheres in
Cartesian_dare represented by d+1 points. The orientation is defined by the orientation of the points.Spheres in
Epick_dare represented by center, squared radius, and looking at their implementation I would say they are not oriented.This is somehow messy, and this discussion has the goal to unify if this was possible, and to define the unified API.
Questions are if we want to phase out
Cartesian_d. Which package uses it?Similarly, who uses the orientation of a
Circle_2andSphere_3. If none of the existing CGAL packages uses it, we might deprecate it. The thing is that we have no algorithms operating on spheres.Beta Was this translation helpful? Give feedback.
All reactions