An auxilary data type to describe a cube.
Here: The origin is the corner from which on the cube is spanned with the given length in each direction.
Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
real(kind=rk), | private | :: | origin(3) | ||||
real(kind=rk), | private | :: | center(3) | ||||
real(kind=rk), | private | :: | extent | ||||
real(kind=rk), | private | :: | halfwidth | ||||
real(kind=rk), | private | :: | endPnt(3) |