BulletCSharp.btRigidBody.applyImpulse C# (CSharp) Method

applyImpulse() public method

public applyImpulse ( SWIGTYPE_p_btVector3 impulse, SWIGTYPE_p_btVector3 rel_pos ) : void
impulse SWIGTYPE_p_btVector3
rel_pos SWIGTYPE_p_btVector3
return void
        public void applyImpulse(SWIGTYPE_p_btVector3 impulse, SWIGTYPE_p_btVector3 rel_pos)
        {
            BulletDynamicsPINVOKE.btRigidBody_applyImpulse(swigCPtr, SWIGTYPE_p_btVector3.getCPtr(impulse), SWIGTYPE_p_btVector3.getCPtr(rel_pos));
            if (BulletDynamicsPINVOKE.SWIGPendingException.Pending) throw BulletDynamicsPINVOKE.SWIGPendingException.Retrieve();
        }