Home
last modified time | relevance | path

Searched defs:setToTrnScl (Results 1 – 1 of 1) sorted by relevance

/external/libgdx/gdx/src/com/badlogic/gdx/math/
DAffine2.java303 public Affine2 setToTrnScl (float x, float y, float scaleX, float scaleY) { in setToTrnScl() method in Affine2
318 public Affine2 setToTrnScl (Vector2 trn, Vector2 scale) { in setToTrnScl() method in Affine2