Skip to content

Polygon Mapping // This program maps an arbitrary polygon into a structured two-dimensional grid of an arbitrary size // It's assumed that the polygon is inside the defined grid // If a cell intersects with the polygon, the code prints X // if a cell is outside the polygon, the code prints O // If a cell is inside the polygon, the code prints I

License

Notifications You must be signed in to change notification settings

arashnh11/Polygon_Mapping

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Polygon_Mapping

// Author: Arash Nemati Hayati This program maps an arbitrary polygon into a structured two-dimensional grid of an arbitrary size It's assumed that the polygon is inside the defined grid If a cell intersects with the polygon, the code prints X if a cell is outside the polygon, the code prints O If a cell is inside the polygon, the code prints I

For more information please contact: Arash Nemati Hayati Email: [email protected]

About

Polygon Mapping // This program maps an arbitrary polygon into a structured two-dimensional grid of an arbitrary size // It's assumed that the polygon is inside the defined grid // If a cell intersects with the polygon, the code prints X // if a cell is outside the polygon, the code prints O // If a cell is inside the polygon, the code prints I

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published