BulletCSharp.btQuadWord.setMax C# (CSharp) Method

setMax() public method

public setMax ( btQuadWord other ) : void
other btQuadWord
return void
        public void setMax(btQuadWord other)
        {
            LinearMathPINVOKE.btQuadWord_setMax(swigCPtr, btQuadWord.getCPtr(other));
            if (LinearMathPINVOKE.SWIGPendingException.Pending) throw LinearMathPINVOKE.SWIGPendingException.Retrieve();
        }