public void deSerializeDouble(btVector3DoubleData dataIn) { BulletPINVOKE.btVector3_deSerializeDouble(swigCPtr, btVector3DoubleData.getCPtr(dataIn)); if (BulletPINVOKE.SWIGPendingException.Pending) { throw BulletPINVOKE.SWIGPendingException.Retrieve(); } }
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); }