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

Public Member Functions

void testCM_m1xm2 ()
 
void testCM_m2xm1 ()
 
void testRM_m1xm2 ()
 
void testRM_m2xm1 ()
 

Static Public Member Functions

static final void multMatrixf_RM (final Matrix4f a, final Matrix4f b, final Matrix4f d)
 
static void main (final String args[])
 

Detailed Description

Definition at line 40 of file TestMatrix4fMatrixMulNOUI.java.

Member Function Documentation

◆ main()

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

Definition at line 114 of file TestMatrix4fMatrixMulNOUI.java.

◆ multMatrixf_RM()

static final void com.jogamp.opengl.test.junit.math.TestMatrix4fMatrixMulNOUI.multMatrixf_RM ( final Matrix4f  a,
final Matrix4f  b,
final Matrix4f  d 
)
static

Definition at line 68 of file TestMatrix4fMatrixMulNOUI.java.

Here is the call graph for this function:

◆ testCM_m1xm2()

void com.jogamp.opengl.test.junit.math.TestMatrix4fMatrixMulNOUI.testCM_m1xm2 ( )

Definition at line 79 of file TestMatrix4fMatrixMulNOUI.java.

Here is the call graph for this function:

◆ testCM_m2xm1()

void com.jogamp.opengl.test.junit.math.TestMatrix4fMatrixMulNOUI.testCM_m2xm1 ( )

Definition at line 86 of file TestMatrix4fMatrixMulNOUI.java.

Here is the call graph for this function:

◆ testRM_m1xm2()

void com.jogamp.opengl.test.junit.math.TestMatrix4fMatrixMulNOUI.testRM_m1xm2 ( )

Definition at line 93 of file TestMatrix4fMatrixMulNOUI.java.

Here is the call graph for this function:

◆ testRM_m2xm1()

void com.jogamp.opengl.test.junit.math.TestMatrix4fMatrixMulNOUI.testRM_m2xm1 ( )

Definition at line 104 of file TestMatrix4fMatrixMulNOUI.java.

Here is the call graph for this function:

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