[][src]Function duckduckgeo::ray_compute_intersection_tvalue

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

Given a ray and an axis aligned line, return the tvalue,and x coordinate