BulletCSharp.btSoftBody.translate C# (CSharp) Method

translate() public method

public translate ( SWIGTYPE_p_btVector3 trs ) : void
trs SWIGTYPE_p_btVector3
return void
        public void translate(SWIGTYPE_p_btVector3 trs)
        {
            BulletSoftBodyPINVOKE.btSoftBody_translate(swigCPtr, SWIGTYPE_p_btVector3.getCPtr(trs));
            if (BulletSoftBodyPINVOKE.SWIGPendingException.Pending) throw BulletSoftBodyPINVOKE.SWIGPendingException.Retrieve();
        }