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

Implementation of the Möller-Trumbore ray-triangle intersection test