BulletCSharp.btMatrix3x3.diagonalize C# (CSharp) Method

diagonalize() public method

public diagonalize ( btMatrix3x3 rot, float threshold, int maxSteps ) : void
rot btMatrix3x3
threshold float
maxSteps int
return void
        public void diagonalize(btMatrix3x3 rot, float threshold, int maxSteps)
        {
            LinearMathPINVOKE.btMatrix3x3_diagonalize(swigCPtr, btMatrix3x3.getCPtr(rot), threshold, maxSteps);
            if (LinearMathPINVOKE.SWIGPendingException.Pending) throw LinearMathPINVOKE.SWIGPendingException.Retrieve();
        }