bevy_rapier3d::math

Type Alias Vect

Source
pub type Vect = Vec3;
Expand description

The vector type.

Aliased Type§

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

Fields§

§x: f32§y: f32§z: f32