Initializes an aabb_t instance from lower and upper bounds.
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(aabb_t), | intent(out) | :: | this |
An aabb_t instance. |
||
| real(kind=rp), | intent(in), | dimension(3) | :: | lbnd |
Lower bound |
|
| real(kind=rp), | intent(in), | dimension(3) | :: | ubnd |
Upper bound |