egui
0.31.0
egui
Function
vec2
Copy item path
source
pub const fn vec2(x:
f32
, y:
f32
) ->
Vec2
Expand description
vec2(x, y) == Vec2::new(x, y)