Type Alias ribir_geom::DevicePoint

source ·
pub type DevicePoint<T = i32> = Point2D<T, PhysicUnit>;

Aliased Type§

struct DevicePoint<T = i32> {
    pub x: T,
    pub y: T,
}

Fields§

§x: T§y: T