Refactor math for no good reason; I just really like math

This commit is contained in:
2025-11-13 02:22:22 +01:00
parent 2e8cfd36fd
commit 4cbf151fd9
6 changed files with 529 additions and 201 deletions

View File

@@ -1,4 +1,5 @@
pub const Matrix4x4 = @import("math/Matrix4x4.zig").Matrix4x4;
pub const Quaternion = @import("math/Quaternion.zig").Quaternion;
pub const Vector2 = @import("math/Vector2.zig").Vector2;
pub const Vector3 = @import("math/Vector3.zig").Vector3;
pub const Vector4 = @import("math/Vector4.zig").Vector4;