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 Point2dimpl Debug for Point2dimpl Clone for Point2dfn clone(&self) -> Point2dfn clone_from(&mut self, source: &Self)impl Copy for Point2d