Skip to content
#

polygon-mapping

Here are 2 public repositories matching this topic...

Language: All
Filter by language

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

  • Updated Dec 19, 2017
  • C++

Improve this page

Add a description, image, and links to the polygon-mapping topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the polygon-mapping topic, visit your repo's landing page and select "manage topics."

Learn more