Type Alias visioncortex::PointUsize

source ·
pub type PointUsize = Point2<usize>;
Expand description

2D Point with usize component

Aliased Type§

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

Fields§

§x: usize§y: usize