Provisional multithreading framework
This commit is contained in:
@@ -10,7 +10,7 @@ public:
|
||||
Transform();
|
||||
Transform(const Transform &other);
|
||||
Transform(Transform &&other);
|
||||
Transform(Vector position);
|
||||
explicit Transform(Vector position);
|
||||
Transform(Vector position, Quaternion rotation);
|
||||
Transform(Vector position, Quaternion rotation, Vector scale);
|
||||
Transform(Quaternion rotation, Vector scale);
|
||||
|
||||
Reference in New Issue
Block a user