I’ve drawn a cylinder with the GLU toolkit
glut.glutSolidCylinder(radius,height,100,360);
I’ve rotated the cylinder so it is lying on its side
gl.glRotated(90,xRotation,yRotation,0);
Is there a way to find the coordinates of the corners of the box bounding the cylinder (ignoring z values)?