Interface Matrix3x3FType

All Superinterfaces:
MatrixComputationalType, MatrixReadable3x3FType, MatrixReadableFType
All Known Implementing Classes:
Matrix3x3F

@Immutable
public interface Matrix3x3FType
extends MatrixReadable3x3FType, MatrixComputationalType
The type of 3x3 float-typed matrices.
  • Method Summary

    Modifier and Type Method Description
    float r0c0()  
    float r0c1()  
    float r0c2()  
    float r1c0()  
    float r1c1()  
    float r1c2()  
    float r2c0()  
    float r2c1()  
    float r2c2()  

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

    rowColumn