Esempio n. 1
0
 public void deSerializeDouble(btTransformDoubleData dataIn)
 {
     BulletPINVOKE.btTransform_deSerializeDouble(swigCPtr, btTransformDoubleData.getCPtr(dataIn));
     if (BulletPINVOKE.SWIGPendingException.Pending)
     {
         throw BulletPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Esempio n. 2
0
 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(btTransformDoubleData obj)
 {
     return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr);
 }