Type Alias opencv::core::Vec2d

source ·
pub type Vec2d = VecN<f64, 2>;

Aliased Type§

struct Vec2d(pub [f64; 2]);

Fields§

§0: [f64; 2]