Type Alias opencv::core::Vec3d

source ·
pub type Vec3d = VecN<f64, 3>;

Aliased Type§

struct Vec3d(pub [f64; 3]);

Fields§

§0: [f64; 3]