Struct plotter::plotter::Point [] [src]

pub struct Point { /* fields omitted */ }

A point object that can be plotted

Methods

impl Point
[src]

[src]

Returns a new point at the x and y coordinates

Trait Implementations

impl Copy for Point
[src]

impl Clone for Point
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for Point
[src]

[src]

Formats the value using the given formatter.