Interface PMatrix2x2FType<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:
MatrixComputationalType, MatrixReadable2x2FType, MatrixReadableFType, PMatrixReadable2x2FType<A,​B>
All Known Implementing Classes:
PMatrix2x2F

@Immutable
public interface PMatrix2x2FType<A,​B>
extends PMatrixReadable2x2FType<A,​B>, MatrixComputationalType
The type of 2x2 float-typed matrices.
  • Method Summary

    Modifier and Type Method Description
    float r0c0()  
    float r0c1()  
    float r1c0()  
    float r1c1()  

    Methods inherited from interface com.io7m.jtensors.core.unparameterized.matrices.MatrixReadable2x2FType

    rowColumn