emath
0.30.0
Module vec2
Structs
Functions
In crate emath
Module
emath
::
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)