math: begin rewrite of mach.math
Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
This commit is contained in:
parent
6b5a9990b9
commit
5b25db1025
7 changed files with 1449 additions and 1192 deletions
|
|
@ -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");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue