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 with a multiple underlying Matrix4f, used in SyncMatrices4f16 and PMVMatrix4f
FloatBuffer getSyncFloats()
Return the FloatBuffer after synchronizing it w/ the underlying getMatrices().
Matrix4f[] getMatrices()
Return the underlying multiple Matrix4f, used to synchronize to the getBuffer().