ResRect

Type Alias ResRect 

Source
pub type ResRect = Rect<Resolved>;
Expand description

A 2D rectangle in resolved pixels that haven’t been merged with their paired relative component

Aliased Type§

pub struct ResRect {
    pub v: f32x4,
    /* private fields */
}

Fields§

§v: f32x4