|
JOGL v2.6.0-rc-20250712
JOGL, High-Performance Graphics Binding for Java (public API).
|
Public Member Functions | |
| void | test01PMVMatrixToMatrix4f () |
| PMVMatrix w/ separate P + Mv vs Matrix4f.mapObjToWin() w/ single PMv. More... | |
| void | test01PMVMatrixToMatrix4f2 () |
| PMVMatrix vs Matrix4f.mapObjToWin(), both w/ separate P + Mv. More... | |
| void | test03GLUToMatrix4f2 () |
| GLU ProjectFloat vs Matrix4f.mapObjToWin(), both w/ separate P + Mv. More... | |
| void | test04GLUDoubleToMatrix4f2 () |
| GLU ProjectDouble vs Matrix4f.mapObjToWin(), both w/ separate P + Mv. More... | |
Static Public Member Functions | |
| static void | main (final String args[]) |
Definition at line 51 of file TestMatrix4fProject01NOUI.java.
|
static |
Definition at line 326 of file TestMatrix4fProject01NOUI.java.
| void com.jogamp.opengl.test.junit.math.TestMatrix4fProject01NOUI.test01PMVMatrixToMatrix4f | ( | ) |
PMVMatrix w/ separate P + Mv vs Matrix4f.mapObjToWin() w/ single PMv.
Both using same Matrix4f.mapObjToWin(..).
Definition at line 65 of file TestMatrix4fProject01NOUI.java.
| void com.jogamp.opengl.test.junit.math.TestMatrix4fProject01NOUI.test01PMVMatrixToMatrix4f2 | ( | ) |
PMVMatrix vs Matrix4f.mapObjToWin(), both w/ separate P + Mv.
Both using same Matrix4f.mapObjToWin().
Definition at line 119 of file TestMatrix4fProject01NOUI.java.
| void com.jogamp.opengl.test.junit.math.TestMatrix4fProject01NOUI.test03GLUToMatrix4f2 | ( | ) |
GLU ProjectFloat vs Matrix4f.mapObjToWin(), both w/ separate P + Mv.
Definition at line 191 of file TestMatrix4fProject01NOUI.java.
| void com.jogamp.opengl.test.junit.math.TestMatrix4fProject01NOUI.test04GLUDoubleToMatrix4f2 | ( | ) |
GLU ProjectDouble vs Matrix4f.mapObjToWin(), both w/ separate P + Mv.
Definition at line 256 of file TestMatrix4fProject01NOUI.java.