This commit is contained in:
robojumper
2025-10-02 23:56:16 +02:00
parent cf6bc521bd
commit d26b0af2ce
8 changed files with 681 additions and 76 deletions
+3
View File
@@ -300,6 +300,9 @@ public:
mVec2_c(const EGG::Vector2f &other) {
set(other.x, other.y);
}
mVec2_c(const nw4r::math::VEC2 &other) {
set(other.x, other.y);
}
mVec2_c(f32 fx, f32 fy) {
set(fx, fy);
}