math: begin rewrite of mach.math

Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
This commit is contained in:
Stephen Gutekanst 2023-09-04 17:01:54 -07:00
parent 6b5a9990b9
commit 5b25db1025
7 changed files with 1449 additions and 1192 deletions

View file

@ -13,7 +13,7 @@ pub const gfx = @import("gfx/util.zig");
pub const gfx2d = struct {
pub const Sprite2D = @import("gfx2d/Sprite2D.zig");
};
pub const math = @import("math.zig");
pub const math = @import("math/main.zig");
pub const testing = @import("testing.zig");
pub const Atlas = @import("atlas/Atlas.zig");