Skip to main content

Rectangle

Type Alias Rectangle 

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

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