matrix
Performs a 2D block matrix operation.
Return
this class, for chaining
Parameters
block
Block
cx
Center X
cy
Center Y
x1
First X Coordinate
x2
Second X Coordinate
y1
First Y Coordinate
y2
Second Y Coordinate
Throws
If the dimension is not 2D, or first is bigger than second
fun matrix(block: Block, cx: Int, cy: Int, cz: Int, x1: Int, x2: Int, y1: Int, y2: Int, z1: Int, z2: Int): LevelBuilder
Performs a 3D block matrix operation.
Return
this class, for chaining
Parameters
block
Block
cx
Center X
cy
Center Y
cz
Center Z
x1
First X Coordinate
x2
Second X Coordinate
y1
First Y Coordinate
y2
Second Y Coordinat
z1
First Z Coordinate
z2
Second Z Coordinate
Throws
If the dimension is not 3D, or first is bigger than second
Performs a matrix operation.
Return
this class, for chaining
Parameters
block
Block
matrix
Coordinate Matrix