BulletCSharp.btTransform.deSerializeDouble C# (CSharp) Method

deSerializeDouble() public method

public deSerializeDouble ( btTransformDoubleData dataIn ) : void
dataIn btTransformDoubleData
return void
        public void deSerializeDouble(btTransformDoubleData dataIn)
        {
            LinearMathPINVOKE.btTransform_deSerializeDouble(swigCPtr, btTransformDoubleData.getCPtr(dataIn));
            if (LinearMathPINVOKE.SWIGPendingException.Pending) throw LinearMathPINVOKE.SWIGPendingException.Retrieve();
        }