[][src]Trait simplify::Point

pub trait Point: Clone {
    fn x(&self) -> f64;
fn y(&self) -> f64; }

Required methods

fn x(&self) -> f64

fn y(&self) -> f64

Loading content...

Implementors

Loading content...