ragnarok

Type Alias Area

Source
pub type Area = Rect<f32, ()>;

Aliased Type§

struct Area {
    pub origin: Point2D<f32, ()>,
    pub size: Size2D<f32, ()>,
}

Fields§

§origin: Point2D<f32, ()>§size: Size2D<f32, ()>