isPointInside Subroutine

public subroutine isPointInside(Point, RayDirection, ObjectsList, tree, Integer_List, NumOfIntersections, OnTriBound)

Arguments

Type IntentOptional Attributes Name
real(kind=rp), intent(in) :: Point(:)
real(kind=rp), intent(in) :: RayDirection(:)
type(Object_type), intent(in) :: ObjectsList(:)
type(KDtree), intent(inout) :: tree
type(ObjsDataLinkedList_t), intent(inout) :: Integer_List
integer, intent(inout) :: NumOfIntersections
logical, intent(inout) :: OnTriBound