Matrix2d.get

Get the current values of <code>this</code> matrix and store them into <code>dest</code>. <p> This is the reverse method of {@link #set(Matrix2d)} and allows to obtain intermediate calculation results when chaining multiple transformations.

@see #set(Matrix2d)

@param dest the destination matrix @return the passed in destination

Meta