Interator2

This commit is contained in:
2025-11-30 14:33:01 +01:00
parent c33f700177
commit 4d61b14052
3 changed files with 58 additions and 14 deletions

View File

@@ -1,3 +1,4 @@
pub const Interator2 = @import("math/Interator2.zig").Interator2;
pub const Interator3 = @import("math/Interator3.zig").Interator3;
pub const Iterator3 = @import("math/Iterator3.zig");
pub const Matrix4x4 = @import("math/Matrix4x4.zig").Matrix4x4;