BoxIntersectSphere Function

public function BoxIntersectSphere(Radius, Center, vertices) result(Intersect)

Arguments

Type IntentOptional Attributes Name
real(kind=rp), intent(in) :: Radius
real(kind=rp), intent(in) :: Center(:)
real(kind=rp), intent(in) :: vertices(:,:)

Return Value logical