mirror of
https://github.com/beefytech/Beef.git
synced 2025-07-05 15:56:00 +02:00
Scale
This commit is contained in:
parent
43e718b24e
commit
3269743c29
1 changed files with 2 additions and 0 deletions
|
@ -189,6 +189,8 @@ namespace Beefy.gfx
|
|||
|
||||
public DisposeProxy PushTranslate(Vector2 vec) => PushTranslate(vec.mX, vec.mY);
|
||||
|
||||
public DisposeProxy PushScale(float scale) => PushScale(scale, scale);
|
||||
|
||||
public DisposeProxy PushScale(float scaleX, float scaleY)
|
||||
{
|
||||
Matrix m = Matrix.IdentityMatrix;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue