BulletCSharp.btRigidBody.applyTorqueImpulse C# (CSharp) Method

applyTorqueImpulse() public method

public applyTorqueImpulse ( SWIGTYPE_p_btVector3 torque ) : void
torque SWIGTYPE_p_btVector3
return void
        public void applyTorqueImpulse(SWIGTYPE_p_btVector3 torque)
        {
            BulletDynamicsPINVOKE.btRigidBody_applyTorqueImpulse(swigCPtr, SWIGTYPE_p_btVector3.getCPtr(torque));
            if (BulletDynamicsPINVOKE.SWIGPendingException.Pending) throw BulletDynamicsPINVOKE.SWIGPendingException.Retrieve();
        }