Example #1
0
        public float getNonDiagonal(btJacobianEntry jacB, float massInvA)
        {
            float ret = BulletPINVOKE.btJacobianEntry_getNonDiagonal__SWIG_0(swigCPtr, btJacobianEntry.getCPtr(jacB), massInvA);

            if (BulletPINVOKE.SWIGPendingException.Pending)
            {
                throw BulletPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
Example #2
0
 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(btJacobianEntry obj)
 {
     return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr);
 }