bevy_
rapier2d
0.29.0
Module math
Module Items
Type Aliases
In crate bevy_
rapier2d
bevy_rapier2d
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
ยง
Real
The real type (f32 or f64).
Rot
The rotation type (in 2D this is an angle in radians).
Vect
The vector type.