문제

Is there an easy way of detecting the intersection of two concave polygons that have all of their sides either parallel or orthogonal to one another?

도움이 되었습니까?

해결책

A lot of problems with rectilinear (isothetic) polygons was studied by Preparata and Shamos (for example - in the book Computational Geometry: An Introduction).

I think, you have to look at the sweep line algorithm

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top