mirror of
https://github.com/raylib-zig/raylib-zig.git
synced 2025-12-06 06:13:08 +00:00
clean up
This commit is contained in:
parent
ca13a424e5
commit
99b1119adb
@ -23,8 +23,6 @@ pub const Vector3 = extern struct {
|
|||||||
pub fn init(x: f32, y: f32, z: f32) Vector3 {
|
pub fn init(x: f32, y: f32, z: f32) Vector3 {
|
||||||
return Vector3{ .x = x, .y = y, .z = z };
|
return Vector3{ .x = x, .y = y, .z = z };
|
||||||
}
|
}
|
||||||
pub const add = rlm.vector2Add;
|
|
||||||
pub const sub = rlm.vector2Subtract;
|
|
||||||
};
|
};
|
||||||
|
|
||||||
pub const Vector4 = extern struct {
|
pub const Vector4 = extern struct {
|
||||||
|
|||||||
@ -23,8 +23,6 @@ pub const Vector3 = extern struct {
|
|||||||
pub fn init(x: f32, y: f32, z: f32) Vector3 {
|
pub fn init(x: f32, y: f32, z: f32) Vector3 {
|
||||||
return Vector3{ .x = x, .y = y, .z = z };
|
return Vector3{ .x = x, .y = y, .z = z };
|
||||||
}
|
}
|
||||||
pub const add = rlm.vector2Add;
|
|
||||||
pub const sub = rlm.vector2Subtract;
|
|
||||||
};
|
};
|
||||||
|
|
||||||
pub const Vector4 = extern struct {
|
pub const Vector4 = extern struct {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user