Type Alias webrender_api::units::RasterPoint
source · pub type RasterPoint = Point2D<f32, RasterPixel>;
Aliased Type§
struct RasterPoint {
pub x: f32,
pub y: f32,
}
Fields§
§x: f32
§y: f32
pub type RasterPoint = Point2D<f32, RasterPixel>;
struct RasterPoint {
pub x: f32,
pub y: f32,
}
x: f32
§y: f32