#[derive(Clone, Copy, Debug)] pub struct Ray { pub origin: [f64; 3], pub direction: [f64; 3], }