CLIPPING POLYGONS : SUTHERLAND-HODGMAN'S PLOYGON-CLIPPING ALGORITHM


Algorithm 
  1. Take input edges (Edges contain two vertices ) successively for a given polygon.
  2. Output is a new vertices
Don't panic see the description of wonderful explanation. 


Comments

Popular posts from this blog

Missionaries & Canibal Problem in AI using Pro Log

Hide the navigation bar in jHipster Angular 2

Spring Boot - No Need to Restart the Development Server for Each Time