Type Definition button_controller::math::Rectangle

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

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