% y = bound_convex(d,h,x,pad=0) % % y : 3xQ : Corners that define the convex hull of the projection of x % in the plane d*y == v. The corners are sorted. %