Type Alias ribir_geom::DeviceVector

source ·
pub type DeviceVector<T = i32> = Vector2D<T, PhysicUnit>;

Aliased Type§

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

Fields§

§x: T

The x (traditionally, horizontal) coordinate.

§y: T

The y (traditionally, vertical) coordinate.