RayAABIntersection Subroutine

public subroutine RayAABIntersection(P, direction, corners, intersect, t)

Arguments

Type IntentOptional Attributes Name
real(kind=RP), intent(in) :: P(NDIM)
real(kind=RP), intent(in) :: direction(NDIM)
real(kind=RP), intent(in) :: corners(:,:)
logical, intent(out) :: intersect
real(kind=RP), intent(out) :: t