Class ConstructorMatrixResize


public final class ConstructorMatrixResize extends ConstructorCall
Represents the construction of a matrix resize operation, such as `mat4x4(myMat2x2)`.

These always contain exactly 1 matrix of non-matching size. Cells that aren't present in the input matrix are populated with the identity matrix.

  • Method Details