bevy_
rapier2d
0.29.0
Vect
Aliased type
Fields
x
y
In bevy_
rapier2d::
math
bevy_rapier2d
::
math
Type Alias
Vect
Copy item path
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