Type Alias visioncortex::PointI32

source ·
pub type PointI32 = Point2<i32>;
Expand description

2D Point with i32 component

Aliased Type§

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

Fields§

§x: i32§y: i32

Implementations§

Trait Implementations§