Function trspInto

  • Calculates the transpose of the 4x4 matrix m and stores the result in n

    Parameters

    • m: Mat4

      a 4x4 matrix object

    • n: Mat4

      a 4x4 matrix object

    Returns Mat4

    n as the transpose of m

Generated using TypeDoc