Updates an AABB with new bounds.
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(aabb_t), | intent(inout) | :: | this | An aabb_t instance. |
||
| real(kind=rp), | intent(in), | optional | dimension(3) | :: | lbnd | Lower bound |
| real(kind=rp), | intent(in), | optional | dimension(3) | :: | ubnd | Upper bound |