InterlacedPass

data class InterlacedPass(val startingRow: Int, val startingCol: Int, val rowIncrement: Int, val colIncrement: Int, val blockHeight: Int, val blockWidth: Int)

Constructors

Link copied to clipboard
constructor(startingRow: Int, startingCol: Int, rowIncrement: Int, colIncrement: Int, blockHeight: Int, blockWidth: Int)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard