Hi James,
The your convex hull wrapper, you are reorienting the facets of the convex hull based on the center of the bouding box of the hull. However, this center is not always inside the convex hull. You can take instead the barycenter of the points on the convex hull, which is guaranteed to be inside the hull, as a reference point instead.
Hi James,
The your convex hull wrapper, you are reorienting the facets of the convex hull based on the center of the bouding box of the hull. However, this center is not always inside the convex hull. You can take instead the barycenter of the points on the convex hull, which is guaranteed to be inside the hull, as a reference point instead.