pub fn intersect_box( min: &Vector3f, max: &Vector3f, org: &Vector3f, dir: &Vector3f, t0: Float, t1: Float, ) -> (bool, Float, Float)