We all know how to check if a 2D point is inside a 2D polygon but what about checking precisely if a point is inside a complex contour made by lines, arcs, elliptical arcs and splines? I mean without converting it to a 2D polygon using a deviation tolerance.
Do you know any robust approach to the problem?
Thanks.