Module emath::vec2

source ·

Structs§

  • A vector has a direction and length. A Vec2 is often used to represent a size.

Functions§

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