Type Alias opencv::core::Vec2f

source ·
pub type Vec2f = VecN<f32, 2>;

Aliased Type§

struct Vec2f(pub [f32; 2]);

Fields§

§0: [f32; 2]