QuadF

Type Alias QuadF 

Source
pub type QuadF = Quad<f32>;

Aliased Type§

#[repr(transparent)]
pub struct QuadF(pub [Vec2<f32>; 4]);

Tuple Fields§

§0: [Vec2<f32>; 4]