Sutherland–Hodgman algorithm: Difference between revisions

Content deleted Content added
Jmsarazee (talk | contribs)
Jmsarazee (talk | contribs)
Line 38:
==Working Code in C++==
<source lang="cpp">
//Sutherland-HoldgmanHodgman Polygon Clipping
//Copyright © 2015 by Muhammad Nazmul Saqib.
#include <iostream>
#include <vector>