pub fn intersection_test_cuboid_segment( pos12: &Isometry<f32>, cube1: &Cuboid, segment2: &Segment, ) -> bool
Test if a segment intersects a cuboid.