I have created a convex hull using scipy.spatial.ConvexHull. I need to compute the intersection point between the convex hull and a general line , starting from internal point and ending in external point, so the intersection should be guaranteed. The dimension of the problem can vary between 2 and 3.
the problem is similar to old problem. I'd like ho have a generalized one