Type Alias webrender_api::units::RasterPoint

source ·
pub type RasterPoint = Point2D<f32, RasterPixel>;

Aliased Type§

struct RasterPoint {
    pub x: f32,
    pub y: f32,
    /* private fields */
}

Fields§

§x: f32§y: f32