A - A phantom type parameter (possibly representing a source
coordinate system)B - A phantom type parameter (possibly representing a target
coordinate system)MatrixComputationalType, MatrixReadable2x2FType, MatrixReadableFType, PMatrixReadable2x2FType<A,B>PMatrix2x2F@Immutable public interface PMatrix2x2FType<A,B> extends PMatrixReadable2x2FType<A,B>, MatrixComputationalType
float-typed matrices.| Modifier and Type | Method | Description |
|---|---|---|
float |
r0c0() |
|
float |
r0c1() |
|
float |
r1c0() |
|
float |
r1c1() |
rowColumn@Parameter(order=0) float r0c0()
r0c0 in interface MatrixReadable2x2FType@Parameter(order=1) float r0c1()
r0c1 in interface MatrixReadable2x2FType@Parameter(order=2) float r1c0()
r1c0 in interface MatrixReadable2x2FType@Parameter(order=3) float r1c1()
r1c1 in interface MatrixReadable2x2FTypeCopyright © 2017 <code@io7m.com> http://io7m.com