상속: IDisposable
 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;
 }
 internal static HandleRef getCPtr(btQuadWord obj)
 {
     return((obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr);
 }