BulletCSharp.btQuadWord.setMin C# (CSharp) Méthode

setMin() public méthode

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