Type Alias opencv::core::Vec4d

source ·
pub type Vec4d = VecN<f64, 4>;

Aliased Type§

struct Vec4d(pub [f64; 4]);

Fields§

§0: [f64; 4]