[][src]Function rust_3d::intersection

pub fn intersection(l: &Line3D, b: &BoundingBox3D) -> Option<Point3D>

The intersection between a line and BoundingBox if there is any