pub fn intersection(l: &Line3D, b: &BoundingBox3D) -> Option<Point3D>
Expand description
The intersection between a line and BoundingBox if there is any
pub fn intersection(l: &Line3D, b: &BoundingBox3D) -> Option<Point3D>
The intersection between a line and BoundingBox if there is any