| public void | | setupPerspective(float zNear, float zFar, float fov, float width, float height) | | setupPerspective(float zNear, float zFar, float fov, float width, float height) | | method_1_2208(float arg0, float arg1, float arg2, float arg3, float arg4) | | setToPerspective(float nearZ, float farZ, float fov, float width, float height) |
|
| public void | | setupOrtho(float zNear, float zFar, float width, float height, boolean invertY) | | setupOrtho(float zNear, float zFar, float width, float height, boolean invertY) | | method_1_2207(float arg0, float arg1, float arg2, float arg3, boolean arg4) | | setToOrthrographic(float nearZ, float farZ, float width, float height, boolean invertY) |
|
| public void | | setSize(float width, float height) | | setSize(float width, float height) | | method_1_2206(float arg0, float arg1) | | setWindowSize(float width, float height) |
|
| public org.joml.Matrix4f | | getMatrix(org.joml.Matrix4f dest) | | getMatrix(org.joml.Matrix4f dest) | | method_1_2202(org.joml.Matrix4f arg0) | | toMatrix(org.joml.Matrix4f matrixOut) |
|
| public long | | getMatrixVersion() | | getMatrixVersion() | | method_1_2203() | | getNumUpdates() |
|
| public float | | zNear() | | zNear() | | method_1_2211() | | getNearZ() |
|
| public float | | zFar() | | zFar() | | method_1_2210() | | getFarZ() |
|
| public float | | width() | | width() | | method_1_2209() | | width() |
|
| public float | | height() | | height() | | method_1_2204() | | height() |
|
| public float | | fov() | | fov() | | method_1_2201() | | fov() |
|
| public boolean | | invertY() | | invertY() | | method_1_2205() | | invertY() |
|