Function multiplyScalar

  • Multiply each element of the matrix by a scalar.

    Parameters

    • out: mat2

      the receiving matrix

    • a: ReadonlyMat2

      the matrix to scale

    • b: number

      amount to scale the matrix's elements by

    Returns mat2

    out

Generated using TypeDoc