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