JOGL v2.6.0-rc-20250712
JOGL, High-Performance Graphics Binding for Java™ (public API).
com.jogamp.math.util.SyncMatrix4f Interface Reference

SyncBuffer interface with a single underlying Matrix4f, used in SyncMatrix4f16 and PMVMatrix4f. More...

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

Public Member Functions

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...
 
- Public Member Functions inherited from com.jogamp.math.util.SyncBuffer
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 interface with a single underlying Matrix4f, used in SyncMatrix4f16 and PMVMatrix4f.

Definition at line 35 of file SyncMatrix4f.java.

Member Function Documentation

◆ getMatrix()

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

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

Implemented in com.jogamp.math.util.SyncMatrix4f16.

◆ getSyncFloats()

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

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

Implemented in com.jogamp.math.util.SyncMatrix4f16.

Here is the caller graph for this function:

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