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

SyncBuffer SyncMatrices4f16 implementation for multiple underlying Matrix4f instances using one float[16*n] backing array. More...

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

Public Member Functions

 SyncMatrices4f16 (final Matrix4f[] mats)
 
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[] getMatrices ()
 Return the underlying multiple Matrix4f, used to synchronize to the getBuffer(). More...
 
FloatBuffer getSyncFloats ()
 Return the FloatBuffer after synchronizing it w/ the underlying getMatrices(). More...
 
Matrix4f[] getMatrices ()
 Return the underlying multiple Matrix4f, used to synchronize to the getBuffer(). More...
 
FloatBuffer getSyncFloats ()
 Return the FloatBuffer after synchronizing it w/ the underlying getMatrices(). 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 SyncMatrices4f16 implementation for multiple underlying Matrix4f instances using one float[16*n] backing array.

Definition at line 36 of file SyncMatrices4f16.java.

Constructor & Destructor Documentation

◆ SyncMatrices4f16()

com.jogamp.math.util.SyncMatrices4f16.SyncMatrices4f16 ( final Matrix4f[]  mats)

Definition at line 50 of file SyncMatrices4f16.java.

Member Function Documentation

◆ getAction()

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

Return the SyncAction.

See also
SyncAction

Implements com.jogamp.math.util.SyncBuffer.

Definition at line 57 of file SyncMatrices4f16.java.

Here is the caller graph for this function:

◆ getBuffer()

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

Return the Buffer, i.e.

underlying data.

Implements com.jogamp.math.util.SyncBuffer.

Definition at line 60 of file SyncMatrices4f16.java.

◆ getMatrices()

Matrix4f[] com.jogamp.math.util.SyncMatrices4f16.getMatrices ( )

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

Implements com.jogamp.math.util.SyncMatrices4f.

Definition at line 69 of file SyncMatrices4f16.java.

◆ getSyncBuffer()

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

Return the Buffer after synchronizing it.

Implements com.jogamp.math.util.SyncBuffer.

Definition at line 66 of file SyncMatrices4f16.java.

Here is the call graph for this function:

◆ getSyncFloats()

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

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

Implements com.jogamp.math.util.SyncMatrices4f.

Definition at line 72 of file SyncMatrices4f16.java.

Here is the call graph for this function:

◆ sync()

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

Synchronizes the underlying data before usage.

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

Implements com.jogamp.math.util.SyncBuffer.

Definition at line 63 of file SyncMatrices4f16.java.

Here is the call graph for this function:

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