Interpolate points within a convex hull
interpolate_convex_hull(points, ch_halfspace, n_samples_per_dimension = 11)
A list with:
data: The interpolated points
on_edge: A logical vector indicating whether the points
A numeric matrix (n x d).
Convex hull. Output of convhull_halfspace
Number of samples per dimension (pre filtering) to take