@sstorsveen/maths - v2.0.1
    Preparing search index...

    Function set

    • Sets the elements of the 2x2 matrix m to the given values

      Parameters

      • m: Mat2

        a 2x2 matrix object

      • r0c0: number

        the value at row 0, column 0

      • r0c1: number

        the value at row 0, column 1

      • r1c0: number

        the value at row 1, column 0

      • r1c1: number

        the value at row 1, column 1

      Returns Mat2

      m with elements set to the given values