pub fn ray_triangle_intersection(
    ray: &Ray3d,
    triangle: &impl TriangleTrait,
    backface_culling: Backfaces
) -> Option<RayHit>
Expand description

Takes a ray and triangle and computes the intersection and normal