A - A phantom type parameter (possibly representing a source
coordinate system)B - A phantom type parameter (possibly representing a target
coordinate system)MatrixComputationalType, MatrixReadable3x3FType, MatrixReadableFType, PMatrixReadable3x3FType<A,B>PMatrix3x3F@Immutable public interface PMatrix3x3FType<A,B> extends PMatrixReadable3x3FType<A,B>, MatrixComputationalType
float-typed matrices.| Modifier and Type | Method | Description |
|---|---|---|
float |
r0c0() |
|
float |
r0c1() |
|
float |
r0c2() |
|
float |
r1c0() |
|
float |
r1c1() |
|
float |
r1c2() |
|
float |
r2c0() |
|
float |
r2c1() |
|
float |
r2c2() |
rowColumn@Parameter(order=0) float r0c0()
r0c0 in interface MatrixReadable3x3FType@Parameter(order=1) float r0c1()
r0c1 in interface MatrixReadable3x3FType@Parameter(order=2) float r0c2()
r0c2 in interface MatrixReadable3x3FType@Parameter(order=3) float r1c0()
r1c0 in interface MatrixReadable3x3FType@Parameter(order=4) float r1c1()
r1c1 in interface MatrixReadable3x3FType@Parameter(order=5) float r1c2()
r1c2 in interface MatrixReadable3x3FType@Parameter(order=6) float r2c0()
r2c0 in interface MatrixReadable3x3FType@Parameter(order=7) float r2c1()
r2c1 in interface MatrixReadable3x3FType@Parameter(order=8) float r2c2()
r2c2 in interface MatrixReadable3x3FTypeCopyright © 2017 <code@io7m.com> http://io7m.com