DeviceIndependentVector2D

Type Alias DeviceIndependentVector2D 

Source
pub type DeviceIndependentVector2D = Vector2D<f32, DeviceIndependentPixel>;

Aliased Type§

pub struct DeviceIndependentVector2D {
    pub x: f32,
    pub y: f32,
}

Fields§

§x: f32

The x (traditionally, horizontal) coordinate.

§y: f32

The y (traditionally, vertical) coordinate.