bevy_rapier3d::math

Type Alias IVect

Source
pub type IVect = IVec3;
Expand description

The integer vector type.

Aliased Type§

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

Fields§

§x: i32§y: i32§z: i32