Ejemplo n.º 1
0
 public void deSerializeFloat(btVector3FloatData dataIn)
 {
     LinearMathPINVOKE.btVector3_deSerializeFloat(swigCPtr, btVector3FloatData.getCPtr(dataIn));
     if (LinearMathPINVOKE.SWIGPendingException.Pending)
     {
         throw LinearMathPINVOKE.SWIGPendingException.Retrieve();
     }
 }
 internal static HandleRef getCPtr(btVector3FloatData obj)
 {
     return((obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr);
 }
Ejemplo n.º 3
0
 public void serializeFloat(btVector3FloatData dataOut)
 {
     LinearMathPINVOKE.btVector3_serializeFloat(swigCPtr, btVector3FloatData.getCPtr(dataOut));
     if (LinearMathPINVOKE.SWIGPendingException.Pending) throw LinearMathPINVOKE.SWIGPendingException.Retrieve();
 }
Ejemplo n.º 4
0
 public void deSerialize(btVector3FloatData dataIn)
 {
     LinearMathPINVOKE.btVector3_deSerialize(swigCPtr, btVector3FloatData.getCPtr(dataIn));
     if (LinearMathPINVOKE.SWIGPendingException.Pending) throw LinearMathPINVOKE.SWIGPendingException.Retrieve();
 }
Ejemplo n.º 5
0
 internal static HandleRef getCPtr(btVector3FloatData obj)
 {
     return (obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr;
 }