BulletCSharp.btRigidBody.setInvInertiaDiagLocal C# (CSharp) Method

setInvInertiaDiagLocal() public method

public setInvInertiaDiagLocal ( SWIGTYPE_p_btVector3 diagInvInertia ) : void
diagInvInertia SWIGTYPE_p_btVector3
return void
        public void setInvInertiaDiagLocal(SWIGTYPE_p_btVector3 diagInvInertia)
        {
            BulletDynamicsPINVOKE.btRigidBody_setInvInertiaDiagLocal(swigCPtr, SWIGTYPE_p_btVector3.getCPtr(diagInvInertia));
            if (BulletDynamicsPINVOKE.SWIGPendingException.Pending) throw BulletDynamicsPINVOKE.SWIGPendingException.Retrieve();
        }