C++ (Qt)bool isParallepipet(const vector<Point3D> &/*data*/) { return (rand() > RAND_MAX/2);}
C++ (Qt)if (point[i].x - bound_box.min.x < eps) // точка на левой грани ?