Class | Description |
---|---|
ColumnMajorMatrixF |
A
ColumnMajorMatrixF is a dense matrix whose entries are arranged in
column-major order. |
ColumnMatrixF |
A
ColumnMatrixF is a matrix that converts a VectorF into a 1xn matrix |
DenseMatrixF |
A
DenseMatrixF is a matrix of floats whose storage is a contiguous float[] array. |
GeneralMatrixF |
A
GeneralMatrixF is a concrete matrix implementation that is supported by
a backing store consisting of an array of floats. |
MatrixF |
MatrixF represents a matrix of floats of a defined dimensionality but abstracts
the means by which a particular element of the matrix is retrieved or updated. |
OpenGLMatrix |
An
OpenGLMatrix is a 4x4 matrix commonly used as a transformation matrix for 3D
homogeneous coordinates. |
RowMajorMatrixF |
A
RowMajorMatrixF is a dense matrix whose entries are arranged in
row-major order. |
RowMatrixF |
A
ColumnMatrixF is a matrix that converts a VectorF into a 1xn matrix |
SliceMatrixF |
A
SliceMatrixF is a matrix whose implementation is a submatrix of some other matrix. |
VectorF |
A
VectorF represents a single-dimensional vector of floats. |