Home
last modified time | relevance | path

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

/external/libgdx/gdx/src/com/badlogic/gdx/math/
DMatrix4.java668 public Matrix4 setToTranslationAndScaling (Vector3 translation, Vector3 scaling) { in setToTranslationAndScaling() method in Matrix4
689 …public Matrix4 setToTranslationAndScaling (float translationX, float translationY, float translati… in setToTranslationAndScaling() method in Matrix4
/external/libgdx/backends/gdx-backends-gwt/src/com/badlogic/gdx/backends/gwt/emu/com/badlogic/gdx/math/
DMatrix4.java746 public Matrix4 setToTranslationAndScaling (Vector3 translation, Vector3 scaling) { in setToTranslationAndScaling() method in Matrix4
767 …public Matrix4 setToTranslationAndScaling (float translationX, float translationY, float translati… in setToTranslationAndScaling() method in Matrix4