BulletCSharp.Body.invWorldInertia C# (CSharp) Method

invWorldInertia() public method

public invWorldInertia ( ) : SWIGTYPE_p_btMatrix3x3
return SWIGTYPE_p_btMatrix3x3
        public SWIGTYPE_p_btMatrix3x3 invWorldInertia()
        {
            SWIGTYPE_p_btMatrix3x3 ret = new SWIGTYPE_p_btMatrix3x3(BulletSoftBodyPINVOKE.Body_invWorldInertia(swigCPtr), false);
            return ret;
        }