Type Definition opencv::core::Point3f

source ·
pub type Point3f = Point3_<f32>;

Trait Implementations§

source§

impl VectorElement for Point3fwhere Vector<Point3f>: VectorExtern<Point3f>,