This commit is contained in:
iacore 2024-01-02 06:09:09 +00:00
parent ca13a424e5
commit 99b1119adb
Failed to generate hash of commit
2 changed files with 0 additions and 4 deletions

View file

@ -23,8 +23,6 @@ pub const Vector3 = extern struct {
pub fn init(x: f32, y: f32, z: f32) Vector3 {
return Vector3{ .x = x, .y = y, .z = z };
}
pub const add = rlm.vector2Add;
pub const sub = rlm.vector2Subtract;
};
pub const Vector4 = extern struct {

View file

@ -23,8 +23,6 @@ pub const Vector3 = extern struct {
pub fn init(x: f32, y: f32, z: f32) Vector3 {
return Vector3{ .x = x, .y = y, .z = z };
}
pub const add = rlm.vector2Add;
pub const sub = rlm.vector2Subtract;
};
pub const Vector4 = extern struct {