IVec2

Type Alias IVec2 

Source
pub type IVec2 = Vector2<i32>;

Aliased Type§

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

Fields§

§x: i32§y: i32

Trait Implementations§