pub fn aabb_plane_intersection(
    bmin: Point3<f32>,
    bmax: Point3<f32>,
    plane: Plane
) -> bool