示例#1
0
 public void deSerializeDouble(btVector3DoubleData dataIn)
 {
     BulletPINVOKE.btVector3_deSerializeDouble(swigCPtr, btVector3DoubleData.getCPtr(dataIn));
     if (BulletPINVOKE.SWIGPendingException.Pending)
     {
         throw BulletPINVOKE.SWIGPendingException.Retrieve();
     }
 }
示例#2
0
 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(btVector3DoubleData obj)
 {
     return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr);
 }