Function invert

  • Computes the inverse of a 3-by-3 matrix. (same as inverse)

    Parameters

    • m: Mat3

      The matrix.

    • Optional dst: Mat3

      matrix to hold result. If not passed a new one is created.

    Returns Mat3

    The inverse of m.