Interface Matrix2x2FType
- All Superinterfaces:
MatrixComputationalType, MatrixReadable2x2FType, MatrixReadableFType
- All Known Implementing Classes:
Matrix2x2F
The type of 2x2
float-typed matrices.-
Method Summary
Methods inherited from interface MatrixReadable2x2FType
rowColumn
-
Method Details
-
r0c0
@Parameter(order=0) float r0c0()- Specified by:
r0c0in interfaceMatrixReadable2x2FType- Returns:
- The value at row 0 column 0
-
r0c1
@Parameter(order=1) float r0c1()- Specified by:
r0c1in interfaceMatrixReadable2x2FType- Returns:
- The value at row 0 column 1
-
r1c0
@Parameter(order=2) float r1c0()- Specified by:
r1c0in interfaceMatrixReadable2x2FType- Returns:
- The value at row 1 column 0
-
r1c1
@Parameter(order=3) float r1c1()- Specified by:
r1c1in interfaceMatrixReadable2x2FType- Returns:
- The value at row 1 column 1
-