|
JOGL v2.6.0-rc-20250712
JOGL, High-Performance Graphics Binding for Java (public API).
|
SyncBuffer SyncMatrix4f implementation for a single underlying Matrix4f using one float[16] backing array.
More...
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... | |
SyncBuffer SyncMatrix4f implementation for a single underlying Matrix4f using one float[16] backing array.
Definition at line 36 of file SyncMatrix4f16.java.
| com.jogamp.math.util.SyncMatrix4f16.SyncMatrix4f16 | ( | ) |
Definition at line 45 of file SyncMatrix4f16.java.
| com.jogamp.math.util.SyncMatrix4f16.SyncMatrix4f16 | ( | final Matrix4f | m | ) |
Definition at line 51 of file SyncMatrix4f16.java.
| SyncAction com.jogamp.math.util.SyncMatrix4f16.getAction | ( | ) |
Return the SyncAction.
Implements com.jogamp.math.util.SyncBuffer.
Definition at line 58 of file SyncMatrix4f16.java.
| 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.
| 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.
| 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.
| 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.
| 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.