aabb_update Subroutine

public subroutine aabb_update(this, lbnd, ubnd)

Updates an AABB with new bounds.

Type Bound

aabb_t

Arguments

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


Calls

proc~~aabb_update~~CallsGraph proc~aabb_update aabb_t%aabb_update proc~aabb_calc_center aabb_t%aabb_calc_center proc~aabb_update->proc~aabb_calc_center proc~aabb_calc_srfarea aabb_t%aabb_calc_srfarea proc~aabb_update->proc~aabb_calc_srfarea