Type Alias webrender_api::units::WorldVector2D

source ·
pub type WorldVector2D = Vector2D<f32, WorldPixel>;

Aliased Type§

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

Fields§

§x: f32

The x (traditionally, horizontal) coordinate.

§y: f32

The y (traditionally, vertical) coordinate.