dreye.proj_B_to_hull# dreye.proj_B_to_hull(B, equations)[source]# Project B to the convex hull defined by the hyperplane equations of the facets. Parameters: Bnp.ndarrayThe array of points to be projected. equationsnp.ndarrayThe hyperplane equations of the facets. Returns: np.ndarrayThe projected points.