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