mirror of
https://github.com/love2d/love.git
synced 2026-08-17 19:23:38 +02:00
Added love.graphics.origin(): resets the coordinate system (replaces the current transformation matrix with the identity)
--HG-- branch : love.graphics.origin
This commit is contained in:
@@ -510,6 +510,7 @@ public:
|
||||
void scale(float x, float y = 1.0f);
|
||||
void translate(float x, float y);
|
||||
void shear(float kx, float ky);
|
||||
void origin();
|
||||
|
||||
bool hasFocus() const;
|
||||
private:
|
||||
|
||||
Reference in New Issue
Block a user