Inheritance: IDisposable
コード例 #1
0
 public void setMin(btQuadWord other)
 {
     LinearMathPINVOKE.btQuadWord_setMin(swigCPtr, btQuadWord.getCPtr(other));
     if (LinearMathPINVOKE.SWIGPendingException.Pending)
     {
         throw LinearMathPINVOKE.SWIGPendingException.Retrieve();
     }
 }
コード例 #2
0
 public void setMin(btQuadWord other)
 {
     LinearMathPINVOKE.btQuadWord_setMin(swigCPtr, btQuadWord.getCPtr(other));
     if (LinearMathPINVOKE.SWIGPendingException.Pending) throw LinearMathPINVOKE.SWIGPendingException.Retrieve();
 }
コード例 #3
0
 internal static HandleRef getCPtr(btQuadWord obj)
 {
     return (obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr;
 }
コード例 #4
0
 internal static HandleRef getCPtr(btQuadWord obj)
 {
     return((obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr);
 }