Type Alias opencv::core::Point2f

source ·
pub type Point2f = Point_<f32>;

Aliased Type§

struct Point2f {
    pub x: f32,
    pub y: f32,
}

Fields§

§x: f32§y: f32

Trait Implementations§

source§

impl VectorElement for Point2fwhere Vector<Point2f>: VectorExtern<Point2f>,