1
0
Fork 0

Math/Transform: rename multiply() to combine()

This commit is contained in:
Henrik Hautakoski 2020-02-12 19:27:41 +01:00
parent 1194128627
commit 76d175ffd9
No known key found for this signature in database
GPG key ID: 96765B12FEAC4745
2 changed files with 6 additions and 6 deletions

View file

@ -53,7 +53,7 @@ public :
Transform& scale(Vector2f offset);
Transform& scale(float s);
Transform& multiply(const Transform& other);
Transform& combine(const Transform& other);
Vector2f transformPoint(float x, float y) const;