bevy_rapier2d::math

Type Alias IVect

Source
pub type IVect = IVec2;
Expand description

The integer vector type.

Aliased Type§

struct IVect {
    pub x: i32,
    pub y: i32,
}

Fields§

§x: i32§y: i32