Vec2U

Type Alias Vec2U 

Source
pub type Vec2U = Vec2<u32>;

Aliased Type§

#[repr(C)]
pub struct Vec2U { pub x: u32, pub y: u32, }

Fields§

§x: u32§y: u32