bevy_
tnua
0.22.0
Vector2
Aliased type
Fields
x
y
In bevy_
tnua::
math
bevy_tnua
::
math
Type Alias
Vector2
Copy item path
Source
pub type Vector2 =
Vec2
;
Aliased Type
§
struct Vector2 { pub x:
f32
, pub y:
f32
, }
Fields
§
§
x:
f32
§
y:
f32