public void deSerializeDouble(btMatrix3x3DoubleData dataIn)
{
LinearMathPINVOKE.btMatrix3x3_deSerializeDouble(swigCPtr, btMatrix3x3DoubleData.getCPtr(dataIn));
if (LinearMathPINVOKE.SWIGPendingException.Pending) throw LinearMathPINVOKE.SWIGPendingException.Retrieve();
}