public void deSerializeDouble(btVector3DoubleData dataIn)
 {
     LinearMathPINVOKE.btVector3_deSerializeDouble(swigCPtr, btVector3DoubleData.getCPtr(dataIn));
     if (LinearMathPINVOKE.SWIGPendingException.Pending)
     {
         throw LinearMathPINVOKE.SWIGPendingException.Retrieve();
     }
 }
 internal static HandleRef getCPtr(btVector3DoubleData obj)
 {
     return (obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr;
 }
 public void serializeDouble(btVector3DoubleData dataOut)
 {
     LinearMathPINVOKE.btVector3_serializeDouble(swigCPtr, btVector3DoubleData.getCPtr(dataOut));
     if (LinearMathPINVOKE.SWIGPendingException.Pending) throw LinearMathPINVOKE.SWIGPendingException.Retrieve();
 }
 internal static HandleRef getCPtr(btVector3DoubleData obj)
 {
     return((obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr);
 }