Function multiplyScalar

  • Multiply each element of the matrix by a scalar.

    Parameters

    • out: mat4

      the receiving matrix

    • a: ReadonlyMat4

      the matrix to scale

    • b: number

      amount to scale the matrix's elements by

    Returns mat4

    out

Generated using TypeDoc