Struct opencv::core::Point2f
[−]
[src]
pub struct Point2f { pub x: f32, pub y: f32, }
Fields
x | |
y |
pub struct Point2f { pub x: f32, pub y: f32, }
x | |
y |
impl PartialEq for Point2f
impl Debug for Point2f
impl Clone for Point2f
fn clone(&self) -> Point2f
fn clone_from(&mut self, source: &Self)
impl Copy for Point2f