Direction3d

Type Alias Direction3d 

Source
pub type Direction3d = Vec3d;

Aliased Type§

pub struct Direction3d {
    pub t: [f64; 3],
}

Fields§

§t: [f64; 3]