public interface MatrixDirect2x2FType extends Matrix2x2FType, MatrixDirectReadable2x2FType
The type of 2x2 matrices with float elements that are backed by
direct byte buffers.
Values of type MatrixDirect2x2FType are backed by direct memory,
with the rows and columns of the matrices being stored in column-major
format. This allows the matrices to be passed to OpenGL directly, without
requiring transposition.
Values of this type cannot be accessed safely from multiple threads without explicit synchronization.
setR0C0F, setR0C1F, setR1C0F, setR1C1F, setRowWith2F, setRowWith2FUnsafesetRowColumnFgetR0C0F, getR0C1F, getR1C0F, getR1C1F, getRow2F, getRow2FUnsafegetDirectFloatBuffergetRowColumnFCopyright © 2016 <code@io7m.com> http://io7m.com