Module ascii_forge::math
source · Structs§
- A 2d Vector that has no math, is only used as a pretty version of a tuple of u16s Can be made from (u16, u16). Using a single u16.into() will create a vec2 where both values are the same.
Functions§
- Creates a Vec2 from the given inputs.