Type | Intent | Optional | 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 |