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

setMin() 공개 메소드

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