RedGPU API - v3.0.0-Alpha
    Preparing search index...

    Function multiplyScalar

    • Multiply each element of the matrix by a scalar.

      Parameters

      • out: mat3

        the receiving matrix

      • a: ReadonlyMat3

        the matrix to scale

      • b: number

        amount to scale the matrix's elements by

      Returns mat3

      out