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 :)
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.
thanks sikander_nsit :)