Compute a normal matrix from <code>this</code> matrix and store it into <code>dest</code>.
<p>
Please note that, if <code>this</code> is an orthogonal matrix or a matrix whose columns are orthogonal vectors,
then this method <i>need not</i> be invoked, since in that case <code>this</code> itself is its normal matrix.
In this case, use {@link #set(Matrix2d)} to set a given Matrix2d to this matrix.
Compute a normal matrix from <code>this</code> matrix and store it into <code>dest</code>. <p> Please note that, if <code>this</code> is an orthogonal matrix or a matrix whose columns are orthogonal vectors, then this method <i>need not</i> be invoked, since in that case <code>this</code> itself is its normal matrix. In this case, use {@link #set(Matrix2d)} to set a given Matrix2d to this matrix.
@see #set(Matrix2d)
@param dest will hold the result @return dest