BulletCSharp.btQuadWord.setMin C# (CSharp) Method

setMin() public method

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