Prints an AABB.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(aabb_t), | intent(in) | :: | this | An aabb_t instance. |
||
character(len=*), | intent(in), | optional | :: | frmt | Fortran-style format string for a real number. Default: (g0.6). |
|
character(len=:), | intent(out), | optional | allocatable | :: | str | If present, the output is printed to this string instead of STDOUT. |