Блог пользователя rezwan4029

Автор rezwan4029, 11 лет назад, По-английски

Can anyone give me the code of polygon clipping .. I have heard the algorithm called cohen sutherland . Or is there any other idea or soltution to find polygon polygon intersection points ? It would be helpful if someone provide the code..

thanx in advance :)

  • Проголосовать: нравится
  • +1
  • Проголосовать: не нравится

»
11 лет назад, # |
  Проголосовать: нравится 0 Проголосовать: не нравится

http://en.wikipedia.org/wiki/Cohen%E2%80%93Sutherland_algorithm You can find the C/C++ implementation of the Cohen-Sutherland algorithm for polygon clipping.