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