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.
在我的游戏中,我实现了两条线的交点和带圆的线。如何实现与某个对象(如天空中的云)的相交线?我需要交点。
当您的对象由线段组成时,您可以与这些线段相交。对于与线段相交,您可以将代码用于线相交,但必须另外确保相交点位于端点之间。