Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我这里有一个可渲染层,上面有一堆 SurfaceEllipses。现在我想将每个椭圆与其他所有椭圆相交。
据我所知,WorldWind 中没有这样的方法。但是,有什么办法可以得到边界的交叉点?
谈论 NASA WorldWind
AbstractSurfaceShape 对象对其 Sector 对象具有评估器方法。扇区有几种不同的比较方法,包括相交。
您的 SurfaceEllipses 的扇区比较将使您获得出色的第一次通过。在那条射线相交之后,您可以获得相交点。
悲伤的答案:不可能。叹。