Home
last modified time | relevance | path

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

/external/libgdx/gdx/src/com/badlogic/gdx/math/
DMatrix4.java478 public Matrix4 setToProjection (float near, float far, float fovy, float aspectRatio) { in setToProjection() method in Matrix4
514 …public Matrix4 setToProjection (float left, float right, float bottom, float top, float near, floa… in setToProjection() method in Matrix4
/external/libgdx/backends/gdx-backends-gwt/src/com/badlogic/gdx/backends/gwt/emu/com/badlogic/gdx/math/
DMatrix4.java556 public Matrix4 setToProjection (float near, float far, float fovy, float aspectRatio) { in setToProjection() method in Matrix4
592 …public Matrix4 setToProjection (float left, float right, float bottom, float top, float near, floa… in setToProjection() method in Matrix4