Function invInto

  • Calculates the inverse 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 inverse of m

Generated using TypeDoc