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