Skip to main content

I32Point

Type Alias I32Point 

Source
pub type I32Point = Point<i32>;
Expand description

A coordinate stored as an integer with an application-defined scale.

Aliased Type§

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

Fields§

§x: i32§y: i32