intersection segment triangle (same plane case)

109 Views Asked by At

when calculating sagment triangle intersection, all algorithms I used return rejection when the segment and the triangle are in the same plane, but I need that case, I need to know which case from the cases below this intersection is .

enter image description here