JOGL v2.6.0-rc-20250706
JOGL, High-Performance Graphics Binding for Java™ (public API).
com.jogamp.math.util.SyncMatrix4f16 Class Reference

SyncBuffer SyncMatrix4f implementation for a single underlying Matrix4f using one float[16] backing array. More...

Inheritance diagram for com.jogamp.math.util.SyncMatrix4f16:
Collaboration diagram for com.jogamp.math.util.SyncMatrix4f16:

Public Member Functions

 SyncMatrix4f16 ()
 
 SyncMatrix4f16 (final Matrix4f m)
 
SyncAction getAction ()
 Return the SyncAction. More...
 
Buffer getBuffer ()
 Return the Buffer, i.e. More...
 
SyncBuffer sync ()
 Synchronizes the underlying data before usage. More...
 
Buffer getSyncBuffer ()
 Return the Buffer after synchronizing it. More...
 
Matrix4f getMatrix ()
 Return the underlying Matrix4f, used to synchronize to the getBuffer(). More...
 
FloatBuffer getSyncFloats ()
 Return the FloatBuffer after synchronizing it w/ the underlying getMatrix(). More...
 
Matrix4f getMatrix ()
 Return the underlying Matrix4f, used to synchronize to the getBuffer(). More...
 
FloatBuffer getSyncFloats ()
 Return the FloatBuffer after synchronizing it w/ the underlying getMatrix(). More...
 
SyncAction getAction ()
 Return the SyncAction. More...
 
Buffer getBuffer ()
 Return the Buffer, i.e. More...
 
SyncBuffer sync ()
 Synchronizes the underlying data before usage. More...
 
Buffer getSyncBuffer ()
 Return the Buffer after synchronizing it. More...
 

Detailed Description

SyncBuffer SyncMatrix4f implementation for a single underlying Matrix4f using one float[16] backing array.

Definition at line 36 of file SyncMatrix4f16.java.

Constructor & Destructor Documentation

◆ SyncMatrix4f16() [1/2]

com.jogamp.math.util.SyncMatrix4f16.SyncMatrix4f16 ( )

Definition at line 45 of file SyncMatrix4f16.java.

◆ SyncMatrix4f16() [2/2]

com.jogamp.math.util.SyncMatrix4f16.SyncMatrix4f16 ( final Matrix4f  m)

Definition at line 51 of file SyncMatrix4f16.java.

Member Function Documentation

◆ getAction()

SyncAction com.jogamp.math.util.SyncMatrix4f16.getAction ( )

Return the SyncAction.

See also
SyncAction

Implements com.jogamp.math.util.SyncBuffer.

Definition at line 58 of file SyncMatrix4f16.java.

Here is the caller graph for this function:

◆ getBuffer()

Buffer com.jogamp.math.util.SyncMatrix4f16.getBuffer ( )

Return the Buffer, i.e.

underlying data.

Implements com.jogamp.math.util.SyncBuffer.

Definition at line 61 of file SyncMatrix4f16.java.

◆ getMatrix()

Matrix4f com.jogamp.math.util.SyncMatrix4f16.getMatrix ( )

Return the underlying Matrix4f, used to synchronize to the getBuffer().

Implements com.jogamp.math.util.SyncMatrix4f.

Definition at line 70 of file SyncMatrix4f16.java.

◆ getSyncBuffer()

Buffer com.jogamp.math.util.SyncMatrix4f16.getSyncBuffer ( )

Return the Buffer after synchronizing it.

Implements com.jogamp.math.util.SyncBuffer.

Definition at line 67 of file SyncMatrix4f16.java.

Here is the call graph for this function:

◆ getSyncFloats()

FloatBuffer com.jogamp.math.util.SyncMatrix4f16.getSyncFloats ( )

Return the FloatBuffer after synchronizing it w/ the underlying getMatrix().

Implements com.jogamp.math.util.SyncMatrix4f.

Definition at line 73 of file SyncMatrix4f16.java.

Here is the call graph for this function:

◆ sync()

SyncBuffer com.jogamp.math.util.SyncMatrix4f16.sync ( )

Synchronizes the underlying data before usage.

Convenient shortcut for getAction().sync() plus chaining.

Implements com.jogamp.math.util.SyncBuffer.

Definition at line 64 of file SyncMatrix4f16.java.

Here is the call graph for this function:

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