Inheritance: IDisposable
Exemplo n.º 1
0
 public void applyAImpulse(Impulse impulse)
 {
     BulletSoftBodyPINVOKE.Body_applyAImpulse(swigCPtr, Impulse.getCPtr(impulse));
     if (BulletSoftBodyPINVOKE.SWIGPendingException.Pending)
     {
         throw BulletSoftBodyPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Exemplo n.º 2
0
 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();
     }
 }
Exemplo n.º 3
0
 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();
 }
Exemplo n.º 4
0
 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();
 }
Exemplo n.º 5
0
 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();
 }
Exemplo n.º 6
0
 public void applyAImpulse(Impulse impulse)
 {
     BulletSoftBodyPINVOKE.Body_applyAImpulse(swigCPtr, Impulse.getCPtr(impulse));
     if (BulletSoftBodyPINVOKE.SWIGPendingException.Pending) throw BulletSoftBodyPINVOKE.SWIGPendingException.Retrieve();
 }
Exemplo n.º 7
0
 internal static HandleRef getCPtr(Impulse obj)
 {
     return (obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr;
 }
Exemplo n.º 8
0
 internal static HandleRef getCPtr(Impulse obj)
 {
     return((obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr);
 }