currently in my project I'm using signed tetrahedron volume to check whether a line segment intersects a triangle. Initially I've found this approach in the great answer provided by professor O'Rourke: Stackoverflow link.
The method works perfectly fine, but my concern is if there are any scientific papers, which study and prove it.
Thank you in advance.