Type Alias Rectangle

Source
pub type Rectangle<T = Scalar> = [T; 4];
Expand description

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