Matrix3x2d.invert

Invert the <code>this</code> matrix by assuming a third row in this matrix of <code>(0, 0, 1)</code> and store the result in <code>dest</code>.

@param dest will hold the result @return dest

  1. Matrix3x2d invert()
  2. Matrix3x2d invert(Matrix3x2d dest)
    struct Matrix3x2d

Meta