↓ 3 callersFunctionintersect_rayIntersects `ray` with `tri`, returning `Some((t, b0, b1, b2))`, or `None` if no intersection. Returned values: `t` is the ray t at the hit point. `b
src/surface/triangle.rs:58
↓ 3 callersFunctionsmall_rgb_to_spectrum_p4(
table: &[[(f32, f32, f32); 2]],
table_res: usize,
table_mid_value: f32,
lambdas: Vec4,
r
sub_crates/spectral_upsampling/src/jakob.rs:55