Vec2I

Type Alias Vec2I 

Source
pub type Vec2I = Vec2<i32>;

Aliased Type§

#[repr(C)]
pub struct Vec2I { pub x: i32, pub y: i32, }

Fields§

§x: i32§y: i32