Pregunta

I have here an Renderable Layer with a bunch of SurfaceEllipses on it. Now I want to intersect each ellipse with all of the other.

As far as i know, there isn't such a method in WorldWind. But, is there any way to get the intersection of the borders?

Talking about NASA WorldWind

¿Fue útil?

Solución 2

Sad Answer: not possible. Sigh.

Otros consejos

AbstractSurfaceShape objects have assessor methods for their Sector objects. Sectors have several different comparison methods including intersects.

A Sector comparison of your SurfaceEllipses will get you a great first pass. After that ray intersects can get you the point of intersection.

Licenciado bajo: CC-BY-SA con atribución
No afiliado a StackOverflow
scroll top