How to tell if a line intersects a polygon in C#?

后端 未结 4 1860
悲&欢浪女
悲&欢浪女 2020-12-31 18:17

I have a question very similar to this:

How to know if a line intersects a plane in C#?

I am searching for a method (in C#) tha

4条回答
  •  难免孤独
    2020-12-31 18:47

    To detect collisions between polygons in our silverlight map project, we're using clipper library:

    Free for commercial use, small size, great performance and very easy to use.

    Clipper webpage

提交回复
热议问题