Toggle navigation
BROWNPAK
0.7
User Guide
Contents
Source Files
Modules
Block Data
Procedures
Derived Types
Program
Source Files
Modules
Block Data
Procedures
Derived Types
Program
aabb_fatten
Subroutine
10 statements
Source File
aabb_m.fpp
aabb_m
aabb_fatten
Contents
None
public subroutine aabb_fatten(this, frac)
Fattens an AABB by a fraction of its base extent.
Arguments
Type
Intent
Optional
Attributes
Name
class(
aabb_t
),
intent(inout)
::
this
An
aabb_t
instance.
real(kind=rp),
intent(in)
::
frac
Fraction of AABB base extent.
Contents
None