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