I have a small problem I've been trying to resolve for the last hours but with not succes. I have two circles in R^2, for each one I know it's center and radius = 1.
I have a point somewhere in R^2. How can I figure out if that point is in the convex hull of the two circles or not? Thank you.