Math/Transform: rename multiply() to combine()
This commit is contained in:
parent
1194128627
commit
76d175ffd9
2 changed files with 6 additions and 6 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue