“In computational geometry, the closest point on a polygon asks to find a point on the polygon which is closest to the given point. A quick and simple algorithm to find this is very useful in various applications like computer graphics, geographical information systems (GIS), motion planning, CAD, etc.” Some…