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(Matrix4x3d)} and allows to obtain
intermediate calculation results when chaining multiple transformations.
@see #set(Matrix4x3d)
@param dest
the destination matrix
@return the passed in destination
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(Matrix4x3d)} and allows to obtain intermediate calculation results when chaining multiple transformations.
@see #set(Matrix4x3d)
@param dest the destination matrix @return the passed in destination