aabb_update Subroutine

public subroutine aabb_update(this, lbnd, ubnd)

Updates an AABB with new bounds.

Arguments

Type IntentOptional AttributesName
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


Contents

None