fn from_ray_corner(ray_corner: Array3<f32>) -> Result<Array3<f32>>
Convert ray_corner (6, height + 1, width + 1) to ray (18, height, width) Camera model use x-right, y-down, z-forward axis scheme
ray_corner
ray