Solutions for Computational Geometry problems
-
Updated
Feb 5, 2019 - JavaScript
Solutions for Computational Geometry problems
This C program determines whether a given point lies **inside or outside** a **circle** and a **rectangle** on a Cartesian plane. Based on user-provided coordinates, it calculates the point’s relative position with respect to both shapes.
Add a description, image, and links to the point-in-circle topic page so that developers can more easily learn about it.
To associate your repository with the point-in-circle topic, visit your repo's landing page and select "manage topics."