rezwan4029's blog

By rezwan4029, 11 years ago, In English

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 :)

  • Vote: I like it
  • +1
  • Vote: I do not like it

»
11 years ago, # |
  Vote: I like it 0 Vote: I do not like it

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.