Type Alias bevy_rapier2d::math::Vect

source ·
pub type Vect = Vec2;
Expand description

The vector type.

Aliased Type§

struct Vect {
    pub x: f32,
    pub y: f32,
}

Fields§

§x: f32§y: f32