opencv::core

Type Alias Vec6f

source
pub type Vec6f = VecN<f32, 6>;

Aliased Type§

struct Vec6f(pub [f32; 6]);

Fields§

§0: [f32; 6]