• Rotates a matrix by the given angle around the Y axis

    Parameters

    • out: mat4

      the receiving matrix

    • a: ReadonlyMat4

      the matrix to rotate

    • rad: number

      the angle to rotate the matrix by

    Returns mat4

    out

Generated using TypeDoc