Type Alias Vec3d

Source
pub type Vec3d = Vec3<f64>;

Aliased Type§

#[repr(C)]
pub struct Vec3d { pub x: f64, pub y: f64, pub z: f64, }

Fields§

§x: f64§y: f64§z: f64