More wrappers, more cleanup

This commit is contained in:
2025-12-04 00:27:10 +01:00
parent be4ae4f1a7
commit d885fbea43
16 changed files with 419 additions and 368 deletions

View File

@@ -1,10 +1,9 @@
const std = @import("std");
const math = @import("../math.zig");
const Vector2 = math.Vector2;
const Vector2 = @import("Vector2.zig").Vector2;
const f32x8 = math.f32x8;
const ps = math.ps;
pub const Vector2x8 = extern struct {