Type Alias piston_window::types::Rectangle

source ยท
pub type Rectangle<T = f64> = [T; 4];
Expand description

Rectangle dimensions: [x, y, w, h]