Vec3d

Type Alias Vec3d 

Source
pub type Vec3d = Vector3<f64>;
Expand description

3D double-precision float vector.

Aliased Type§

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

Fields§

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