|  | Matrix33FOrthogonalize Method | 
            Re-orthogonalizes this instance.
            
 
Namespace: DigitalRune.Mathematics.AlgebraAssembly: DigitalRune.Mathematics (in DigitalRune.Mathematics.dll) Version: 1.14.0.0 (1.14.0.14427)
 Syntax
Syntaxpublic void Orthogonalize()
public:
void Orthogonalize()
member Orthogonalize : unit -> unit 
 Remarks
Remarks
            Use this method to re-orthogonalize a former orthogonal matrix. Rotation matrices are 
            orthogonal matrices and because of numerical errors they start to get non-orthogonal after
            several computations. Calling this method regularly will keep the matrices orthogonal.
            
 See Also
See Also