Module vec2

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)