MatrixStack.mult

  1. void mult(MatrixType m)
  2. void mult(MatrixType m, MatrixType invM)
    class MatrixStack(int R, T)
    if (
    R == 3 ||
    R == 4
    )

Meta