Function invInto

  • Calculates the inverse of the 3x3 matrix m and stores the result in n

    Parameters

    • m: Mat3

      a 3x3 matrix object

    • n: Mat3

      a 3x3 matrix object

    Returns Mat3

    n as the inverse of m

Generated using TypeDoc