Beispiel #1
0
 public void deSerializeFloat(btVector3FloatData dataIn)
 {
     BulletPINVOKE.btVector3_deSerializeFloat(swigCPtr, btVector3FloatData.getCPtr(dataIn));
     if (BulletPINVOKE.SWIGPendingException.Pending)
     {
         throw BulletPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Beispiel #2
0
 public void serialize(btVector3FloatData dataOut)
 {
     BulletPINVOKE.btVector3_serialize(swigCPtr, btVector3FloatData.getCPtr(dataOut));
     if (BulletPINVOKE.SWIGPendingException.Pending)
     {
         throw BulletPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Beispiel #3
0
 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(btVector3FloatData obj)
 {
     return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr);
 }