Vec4d

Type Alias Vec4d 

Source
pub type Vec4d = Vector4<f64>;
Expand description

4D double-precision float vector.

Aliased Type§

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

Fields§

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