Class MPSMatrixOffset

All Implemented Interfaces:
Iterable<MPSMatrixOffset>

public class MPSMatrixOffset
extends Struct<MPSMatrixOffset>
  • Constructor Details

    • MPSMatrixOffset

      public MPSMatrixOffset()
    • MPSMatrixOffset

      public MPSMatrixOffset​(int rowOffset, int columnOffset)
  • Method Details

    • getRowOffset

      public int getRowOffset()
    • setRowOffset

      public MPSMatrixOffset setRowOffset​(int rowOffset)
    • getColumnOffset

      public int getColumnOffset()
    • setColumnOffset

      public MPSMatrixOffset setColumnOffset​(int columnOffset)