DEV Community

andorrax101
andorrax101

Posted on

Exploring the point-in-convex-polygon problem

I've recently decided to start blogging about topics in computational geometry - mostly because I've never blogged before and have always wondered what it'd be like to have something to point to and say "yes, I wrote that".

The title of this post is the first in a series of articles I hope to publish, and is a deep dive into an algorithmic solution to the question "does this point lie inside this polygon ?"

Any critique/comments would be very welcome. In fact, be as heavy with your critique as you can !

Link to article: https://andorrax101.substack.com/p/the-point-in-convex-polygon-problem

Top comments (0)