Home
last modified time | relevance | path

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

/external/libgdx/gdx/src/com/badlogic/gdx/math/
DAffine2.java265 public Affine2 setToTrnRotRadScl (float x, float y, float radians, float scaleX, float scaleY) { in setToTrnRotRadScl() method in Affine2
292 public Affine2 setToTrnRotRadScl (Vector2 trn, float radians, Vector2 scale) { in setToTrnRotRadScl() method in Affine2