Module math

Module math 

Source

Structs§

Vec2
A 2d Vector Can be made from (u16, u16). Using a single u16.into() will create a vec2 where both values are the same. Basic Mathematic Operations are supported

Functions§

vec2
Creates a Vec2 from the given inputs.