Point

Type Alias Point 

Source
pub type Point = Point2D<usize, f64>;
Expand description

(x, y) coordinates

Aliased Type§

pub struct Point {
    pub x: usize,
    pub y: usize,
}

Fields§

§x: usize§y: usize