Matrix2d.normal

Set <code>this</code> matrix to its own normal matrix. <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)

@return this

  1. Matrix2d normal()
    struct Matrix2d
    ref return
    normal
    ()
  2. Matrix2d normal(Matrix2d dest)

Meta