BulletCSharp.btQuadWord.setMax C# (CSharp) 메소드

setMax() 공개 메소드

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