aabb_fatten Subroutine

public subroutine aabb_fatten(this, frac)

Fattens an AABB by a fraction of its base extent.

Arguments

Type IntentOptional AttributesName
class(aabb_t), intent(inout) :: this

An aabb_t instance.

real(kind=rp), intent(in) :: frac

Fraction of AABB base extent.


Contents

None