calc_overlap_3D | R Documentation |
Calculates the volume of intersection divided by the volume of the manifold. For the cube, r is the length of the side. For sphere, r is the radius. For the annulus, r and min_r are the two radii.
calc_overlap_3D(alpha, r = 1, rmin = 0.01, bound = "cube")
alpha |
radius of one sphere |
r |
radius of second sphere or outer radius of shell or length of cube side |
rmin |
inner radius of shell, only needed if bound=shell |
bound |
manifold type, options are "cube", "shell", and "sphere" |
volume of overlap
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.