Type Alias ribir_geom::Rect

source ·
pub type Rect<T = f32> = Rect<T, LogicUnit>;

Aliased Type§

struct Rect<T = f32> {
    pub origin: Point2D<T, LogicUnit>,
    pub size: Size2D<T, LogicUnit>,
}

Fields§

§origin: Point2D<T, LogicUnit>§size: Size2D<T, LogicUnit>