JOGL v2.6.0-rc-20250706
JOGL, High-Performance Graphics Binding for Java™ (public API).
com.jogamp.opengl.test.junit.math.TestMatrix4fProject01NOUI Class Reference
Inheritance diagram for com.jogamp.opengl.test.junit.math.TestMatrix4fProject01NOUI:
Collaboration diagram for com.jogamp.opengl.test.junit.math.TestMatrix4fProject01NOUI:

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[])
 

Detailed Description

Definition at line 51 of file TestMatrix4fProject01NOUI.java.

Member Function Documentation

◆ main()

static void com.jogamp.opengl.test.junit.math.TestMatrix4fProject01NOUI.main ( final String  args[])
static

Definition at line 326 of file TestMatrix4fProject01NOUI.java.

◆ test01PMVMatrixToMatrix4f()

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.

Here is the call graph for this function:

◆ test01PMVMatrixToMatrix4f2()

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.

Here is the call graph for this function:

◆ test03GLUToMatrix4f2()

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.

Here is the call graph for this function:

◆ test04GLUDoubleToMatrix4f2()

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.

Here is the call graph for this function:

The documentation for this class was generated from the following file: