Home
last modified time | relevance | path

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

/external/libgdx/gdx/src/com/badlogic/gdx/math/
DMatrix3.java146 public Matrix3 setToRotation (float degrees) { in setToRotation() method in Matrix3
173 public Matrix3 setToRotation (Vector3 axis, float degrees) { in setToRotation() method in Matrix3
177 public Matrix3 setToRotation (Vector3 axis, float cos, float sin) { in setToRotation() method in Matrix3
DMatrix4.java709 public Matrix4 setToRotation (Vector3 axis, float degrees) { in setToRotation() method in Matrix4
737 public Matrix4 setToRotation (float axisX, float axisY, float axisZ, float degrees) { in setToRotation() method in Matrix4
764 public Matrix4 setToRotation (final Vector3 v1, final Vector3 v2) { in setToRotation() method in Matrix4
776 …public Matrix4 setToRotation (final float x1, final float y1, final float z1, final float x2, fina… in setToRotation() method in Matrix4
DAffine2.java154 public Affine2 setToRotation (float degrees) { in setToRotation() method in Affine2
187 public Affine2 setToRotation (float cos, float sin) { in setToRotation() method in Affine2
/external/libgdx/backends/gdx-backends-gwt/src/com/badlogic/gdx/backends/gwt/emu/com/badlogic/gdx/math/
DMatrix4.java787 public Matrix4 setToRotation (Vector3 axis, float degrees) { in setToRotation() method in Matrix4
815 public Matrix4 setToRotation (float axisX, float axisY, float axisZ, float degrees) { in setToRotation() method in Matrix4
842 public Matrix4 setToRotation (final Vector3 v1, final Vector3 v2) { in setToRotation() method in Matrix4
854 …public Matrix4 setToRotation (final float x1, final float y1, final float z1, final float x2, fina… in setToRotation() method in Matrix4