Searched defs:setToRotation (Results 1 – 4 of 4) sorted by relevance
| /external/libgdx/gdx/src/com/badlogic/gdx/math/ |
| D | Matrix3.java | 146 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
|
| D | Matrix4.java | 709 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
|
| D | Affine2.java | 154 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/ |
| D | Matrix4.java | 787 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
|