bevy_
rapier3d
0.30.0
Module math
Module Items
Type Aliases
In crate bevy_
rapier3d
bevy_rapier3d
Module
math
Copy item path
Source
Expand description
Type aliases to select the right vector/rotation types based on the dimension used by the engine.
Type Aliases
ยง
IVect
The integer vector type.
Real
The real type (f32 or f64).
Rot
The rotation type.
Vect
The vector type.