Ray vs triangle intersection.
Barycentric coordinates, the intersection point is at (1 - u - v) * A + u * B + v * C.
"Fast, Minimum Storage Ray/Triangle intersection", Mommer & Trumbore (1997)
See Implementation
Ray vs triangle intersection.