Type Definition piston_window::types::Rectangle[][src]

type Rectangle<T = f64> = [T; 4];

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