public void deSerializeFloat(btVector3FloatData dataIn) { LinearMathPINVOKE.btVector3_deSerializeFloat(swigCPtr, btVector3FloatData.getCPtr(dataIn)); if (LinearMathPINVOKE.SWIGPendingException.Pending) { throw LinearMathPINVOKE.SWIGPendingException.Retrieve(); } }
internal static HandleRef getCPtr(btVector3FloatData obj) { return((obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr); }
public void serializeFloat(btVector3FloatData dataOut) { LinearMathPINVOKE.btVector3_serializeFloat(swigCPtr, btVector3FloatData.getCPtr(dataOut)); if (LinearMathPINVOKE.SWIGPendingException.Pending) throw LinearMathPINVOKE.SWIGPendingException.Retrieve(); }
public void deSerialize(btVector3FloatData dataIn) { LinearMathPINVOKE.btVector3_deSerialize(swigCPtr, btVector3FloatData.getCPtr(dataIn)); if (LinearMathPINVOKE.SWIGPendingException.Pending) throw LinearMathPINVOKE.SWIGPendingException.Retrieve(); }
internal static HandleRef getCPtr(btVector3FloatData obj) { return (obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr; }