Trait splot::Point[][src]

pub trait Point {
    fn x(&self) -> f32;
fn y(&self) -> f32; }
Expand description

Data point

Required methods

Implementations on Foreign Types

Implementors