getCPtr() static private method

static private getCPtr ( SWIGTYPE_p_btQuaternion obj ) : HandleRef
obj SWIGTYPE_p_btQuaternion
return System.Runtime.InteropServices.HandleRef
Example #1
0
 public void setMotorTarget(SWIGTYPE_p_btQuaternion q)
 {
     BulletDynamicsPINVOKE.btConeTwistConstraint_setMotorTarget(swigCPtr, SWIGTYPE_p_btQuaternion.getCPtr(q));
     if (BulletDynamicsPINVOKE.SWIGPendingException.Pending)
     {
         throw BulletDynamicsPINVOKE.SWIGPendingException.Retrieve();
     }
 }
 public void setMotorTarget(SWIGTYPE_p_btQuaternion qAinB, float dt)
 {
     BulletDynamicsPINVOKE.btHingeConstraint_setMotorTarget__SWIG_0(swigCPtr, SWIGTYPE_p_btQuaternion.getCPtr(qAinB), dt);
     if (BulletDynamicsPINVOKE.SWIGPendingException.Pending)
     {
         throw BulletDynamicsPINVOKE.SWIGPendingException.Retrieve();
     }
 }