Function inverse

  • Computes the inverse of a 3-by-3 matrix.

    Type Parameters

    Parameters

    • m: BaseArgType

      The matrix.

    • Optional dst: T

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

    Returns T

    The inverse of m.