aabb_init Subroutine

public subroutine aabb_init(this, lbnd, ubnd)

Initializes an aabb_t instance from lower and upper bounds.

Arguments

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

An aabb_t instance.

real(kind=rp), intent(in), dimension(3):: lbnd

Lower bound

real(kind=rp), intent(in), dimension(3):: ubnd

Upper bound


Contents

None