Interface PMatrixReadable2x2DType<A,B>
- Type Parameters:
A- A phantom type parameter (possibly representing a source coordinate system)B- A phantom type parameter (possibly representing a target coordinate system)
- All Superinterfaces:
MatrixReadable2x2DType,MatrixReadableDType
- All Known Subinterfaces:
PMatrix2x2DType<A,B>,PMatrixByteBuffered2x2Type<A,B>,PMatrixStorage2x2Type<A,B>
- All Known Implementing Classes:
PMatrix2x2D,PMatrixByteBuffered2x2s16,PMatrixByteBuffered2x2s32,PMatrixByteBuffered2x2s64
public interface PMatrixReadable2x2DType<A,B> extends MatrixReadable2x2DType
The type of 2x2
double-typed matrices.