pub fn distance_between(start: Vec3A, dir: Vec3A, p: Vec3A) -> f32
Expand description

Find the distance between a ray and a point.