[][src]Function duckduckgeo::ray_compute_intersection_tvalue

pub fn ray_compute_intersection_tvalue<A: AxisTrait, N: MyNum>(
    ray: &Ray<N>,
    axis: A,
    line: N
) -> Option<N>