public void applyAImpulse(Impulse impulse) { BulletSoftBodyPINVOKE.Body_applyAImpulse(swigCPtr, Impulse.getCPtr(impulse)); if (BulletSoftBodyPINVOKE.SWIGPendingException.Pending) { throw BulletSoftBodyPINVOKE.SWIGPendingException.Retrieve(); } }
public void applyImpulse(Impulse impulse, SWIGTYPE_p_btVector3 rpos) { BulletSoftBodyPINVOKE.Body_applyImpulse(swigCPtr, Impulse.getCPtr(impulse), SWIGTYPE_p_btVector3.getCPtr(rpos)); if (BulletSoftBodyPINVOKE.SWIGPendingException.Pending) { throw BulletSoftBodyPINVOKE.SWIGPendingException.Retrieve(); } }
public static void clusterImpulse(Cluster cluster, SWIGTYPE_p_btVector3 rpos, Impulse impulse) { BulletSoftBodyPINVOKE.btSoftBody_clusterImpulse(Cluster.getCPtr(cluster), SWIGTYPE_p_btVector3.getCPtr(rpos), Impulse.getCPtr(impulse)); if (BulletSoftBodyPINVOKE.SWIGPendingException.Pending) throw BulletSoftBodyPINVOKE.SWIGPendingException.Retrieve(); }
public static void clusterAImpulse(Cluster cluster, Impulse impulse) { BulletSoftBodyPINVOKE.btSoftBody_clusterAImpulse(Cluster.getCPtr(cluster), Impulse.getCPtr(impulse)); if (BulletSoftBodyPINVOKE.SWIGPendingException.Pending) throw BulletSoftBodyPINVOKE.SWIGPendingException.Retrieve(); }
public void applyImpulse(Impulse impulse, SWIGTYPE_p_btVector3 rpos) { BulletSoftBodyPINVOKE.Body_applyImpulse(swigCPtr, Impulse.getCPtr(impulse), SWIGTYPE_p_btVector3.getCPtr(rpos)); if (BulletSoftBodyPINVOKE.SWIGPendingException.Pending) throw BulletSoftBodyPINVOKE.SWIGPendingException.Retrieve(); }
public void applyAImpulse(Impulse impulse) { BulletSoftBodyPINVOKE.Body_applyAImpulse(swigCPtr, Impulse.getCPtr(impulse)); if (BulletSoftBodyPINVOKE.SWIGPendingException.Pending) throw BulletSoftBodyPINVOKE.SWIGPendingException.Retrieve(); }
internal static HandleRef getCPtr(Impulse obj) { return (obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr; }
internal static HandleRef getCPtr(Impulse obj) { return((obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr); }