Open
Description
Is your feature request related to a problem? Please describe.
The current Cone <-> Ellipsoid checks are discretized based on Ray projections. This can be inefficient and occasionally inaccurate.
Describe the solution you'd like
Use analytical Ellipsoid <-> Cone intersection checks with thorough unit tests.