Skip to content
#

polygon

Here are 64 public repositories matching this topic...

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 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 topic, visit your repo's landing page and select "manage topics."

Learn more