28package com.jogamp.math.util;
30import java.nio.FloatBuffer;
32import com.jogamp.math.Matrix4f;
Basic 4x4 float matrix implementation using fields for intensive use-cases (host operations).
Convenient tuple of a SyncAction and Buffer.
SyncBuffer interface with a single underlying Matrix4f, used in SyncMatrix4f16 and PMVMatrix4f.
FloatBuffer getSyncFloats()
Return the FloatBuffer after synchronizing it w/ the underlying getMatrix().
Matrix4f getMatrix()
Return the underlying Matrix4f, used to synchronize to the getBuffer().