emath
0.32.3
Module vec2
Module Items
Structs
Functions
In crate emath
emath
Module
vec2
Copy item path
Source
Structs
§
Vec2
A vector has a direction and length. A
Vec2
is often used to represent a size.
Functions
§
vec2
vec2(x, y) == Vec2::new(x, y)