I have a ball in 3d space (x,y,z)
the ball is divided to 12 equal slices - A,B,C,D,E,F,G,H,I,J,K,L
the center of the ball is (127.5, 127.5,127.5)
the radius is 127.5
I need the equation of each section
So when I get a point(x,y,z) inside the ball
I can return the section which contain the point
from the point of view of x,y it looks like this:
the ball is divided to 12 equal slices - A,B,C,D,E,F,G,H,I,J,K,L
the center of the ball is (127.5, 127.5,127.5)
the radius is 127.5
I need the equation of each section
So when I get a point(x,y,z) inside the ball
I can return the section which contain the point
from the point of view of x,y it looks like this: