Determine if point is inside triangle in 3D
问题 I am looking for acknowledgement on my perception of a method regarding determining whether a point is located inside a triangle or not in 3D. Given a ray in the form R(t) = e + td and a set of three points T = {V0, V1, V2} that forms a triangle in three dimensions, I know how to find the parametic equation for the plane that the three points form and how to determine if the ray intersects this plane or not. Lastly, if it intersects, I want to know if the intersection point actually is within