Ray

Type Alias Ray 

Source
pub type Ray = Ray<f64, 3>;

Aliased Type§

pub struct Ray {
    pub origin: Vector<f64, 3>,
    pub direction: Vector<f64, 3>,
}

Fields§

§origin: Vector<f64, 3>§direction: Vector<f64, 3>