Quote Originally Posted by Mjolinor View Post
You are right. I only used mine in the first quadrant as it took too long. The shape needs translating wholly into the first quadrant before it is made in order to stop imaginary number problems.
Just as an FYI: I generated tiny cube's as my points. Spheres are much more natural. But computationally, it takes way more to generate them, and it takes a lot more work to put a hull around them. I haven't done it, but I suspect it would take 10x as long to run this same code with sphere() in the generate_point() module.