mirror of
https://github.com/Not-Nik/raylib-zig.git
synced 2025-09-09 12:07:27 +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