C++ (Qt)radius = tan(cone_angle);for (i = 0; i < 4; ++i) // проецируеи в плоскость конуса src[i] = pyramid[i] / dot(pyramid[i], cone_dir) - cone_dir;