This commit is contained in:
iacore 2024-01-02 06:09:09 +00:00
parent ca13a424e5
commit 99b1119adb
No known key found for this signature in database
GPG Key ID: F8C16E5157A63006
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 {