I am creating a graphics project in which I have to find at some point of time that if there exists a point x inside the polygon such that if I join this point to all vertices of this polygon then all the line segments joining vertices and this point x lies completely inside the Polygon.
I wonder if there is some famous algorithm to do so or could any one of you describe an algorithm to do so.
I am looking for a linear time algorithm.