Rectf

Type Alias Rectf 

Source
pub type Rectf = Rect<f32>;
Expand description

Single-precision rectangle.

Aliased Type§

#[repr(C)]
pub struct Rectf { pub x: f32, pub y: f32, pub width: f32, pub height: f32, }

Fields§

§x: f32§y: f32§width: f32§height: f32