|
@@ -15,6 +15,11 @@ public:
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|
|
|
|
+ /*template<typename... Args>
|
|
|
|
+ Vector(Args&&... args) {
|
|
|
|
+ args.
|
|
|
|
+ }*/
|
|
|
|
+
|
|
Vector(float, float) = delete;
|
|
Vector(float, float) = delete;
|
|
Vector(float, float, float) = delete;
|
|
Vector(float, float, float) = delete;
|
|
Vector(float, float, float, float) = delete;
|
|
Vector(float, float, float, float) = delete;
|