mach: add new mach.math module

https://machengine.org/next/engine/math/

Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
This commit is contained in:
Stephen Gutekanst 2023-05-17 20:32:52 -07:00
parent cb26c1e90c
commit 03fe3d02a9
2 changed files with 327 additions and 0 deletions

View file

@ -11,6 +11,7 @@ pub const ecs = @import("ecs");
pub const sysaudio = @import("sysaudio");
pub const earcut = @import("earcut");
pub const gfx = @import("gfx/util.zig");
pub const math = @import("math.zig");
pub const ResourceManager = @import("resource/ResourceManager.zig");
// Engine exports