This function checks intesection of solid cube and solid ellipsoid
This algorithm is taken from http://tog.acm.org/resources/GraphicsGems/gems/Boxellipsoid.c
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(tem_ellipsoid_type), | intent(in) | :: | me | ellipsoid object |
||
type(tem_cube_type), | intent(in) | :: | cube | cube object |
Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
integer, | private | :: | i | ||||
real(kind=rk), | private | :: | dmin |