Hello,
I have cylinder made to look like a cone pointing out to space, and many entities orbiting the earth, which sometimes intersect with this cone. Here is a sandcastle example: Cesium Sandcastle
I am trying to find a way that I can compute whether an orbiting entity is intersects with the cone, and maybe just doing something simple like logging the id of the entity when that happens.
Any ideas on the best way to approach this? There are not many methods surrounding the cylinder objects, and I am not quite sure the best way to get an approximation of the space which a cylinder occupies. The best idea I can think of is calculating the volume of the cylinder, and then converting that to a collection of coordinates, but I wonder if that is not the best approach due to the granularity of evaulations that would provide you.
Thank you for any help you can offer