IntPoint

Type Alias IntPoint 

Source
pub type IntPoint = Point2D<IntCoord>;
Expand description

A two-dimensional integer point

Aliased Type§

pub struct IntPoint {
    pub x: i32,
    pub y: i32,
}

Fields§

§x: i32§y: i32