• Create a new mat2d with the given values

    Parameters

    • a: number

      Component A (index 0)

    • b: number

      Component B (index 1)

    • c: number

      Component C (index 2)

    • d: number

      Component D (index 3)

    • tx: number

      Component TX (index 4)

    • ty: number

      Component TY (index 5)

    Returns mat2d

    A new mat2d

Generated using TypeDoc