
Function H = rayintersect(A,B,C,L)
H = rayintersect(A,B,V,F,L)
[H, iAexcl, iBexcl, iCexcl] = rayintersect(....)
Calculate the intersection point of a ray with a triangle, if there is an intersection.
(c) 2024-2026 fabien van mook
2026.08.20 release of this file within package "fvm-rayintersect" under GNU GPLv3+