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