Math library written in zig. For a zig game I'm working on, so it's mostly 2D.\n Contents:
- Fixed point numbers for any given number of integer and fractional bits. Has simple implementations of sin, cos, atan, sqrt.
- Fixed point 2D vectors
- Integer 2D vectors, any integer base type
- Float 2D vectors for f32 and f64