Trait flo_canvas::Coordinate2D[][src]

pub trait Coordinate2D {
    fn x(&self) -> f64;
fn y(&self) -> f64; fn coords(&self) -> (f64, f64) { ... } }
Expand description

Represents a coordinate with a 2D position

Required methods

Provided methods

Implementors