Skip to main content

Module vec2

Module vec2 

Source

Structs§

Vec2
A direction-and-length, and the type a size is spelled in.

Functions§

vec2
vec2(x, y) == Vec2::new(x, y)