Ejemplo n.º 1
0
 public virtual void getPlaneEquation(SWIGTYPE_p_btVector4 plane, int i)
 {
     BulletCollisionPINVOKE.btBoxShape_getPlaneEquation(swigCPtr, SWIGTYPE_p_btVector4.getCPtr(plane), i);
     if (BulletCollisionPINVOKE.SWIGPendingException.Pending)
     {
         throw BulletCollisionPINVOKE.SWIGPendingException.Retrieve();
     }
 }
 internal static HandleRef getCPtr(SWIGTYPE_p_btVector4 obj)
 {
     return (obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr;
 }
Ejemplo n.º 3
0
 public virtual void getPlaneEquation(SWIGTYPE_p_btVector4 plane, int i)
 {
     BulletCollisionPINVOKE.btBoxShape_getPlaneEquation(swigCPtr, SWIGTYPE_p_btVector4.getCPtr(plane), i);
     if (BulletCollisionPINVOKE.SWIGPendingException.Pending) throw BulletCollisionPINVOKE.SWIGPendingException.Retrieve();
 }
Ejemplo n.º 4
0
 public void appendNote(string text, SWIGTYPE_p_btVector3 o, SWIGTYPE_p_btVector4 c)
 {
     BulletSoftBodyPINVOKE.btSoftBody_appendNote__SWIG_4(swigCPtr, text, SWIGTYPE_p_btVector3.getCPtr(o), SWIGTYPE_p_btVector4.getCPtr(c));
     if (BulletSoftBodyPINVOKE.SWIGPendingException.Pending) throw BulletSoftBodyPINVOKE.SWIGPendingException.Retrieve();
 }
Ejemplo n.º 5
0
 public void appendNote(string text, SWIGTYPE_p_btVector3 o, SWIGTYPE_p_btVector4 c, Node n0, Node n1, Node n2, Node n3)
 {
     BulletSoftBodyPINVOKE.btSoftBody_appendNote__SWIG_0(swigCPtr, text, SWIGTYPE_p_btVector3.getCPtr(o), SWIGTYPE_p_btVector4.getCPtr(c), Node.getCPtr(n0), Node.getCPtr(n1), Node.getCPtr(n2), Node.getCPtr(n3));
     if (BulletSoftBodyPINVOKE.SWIGPendingException.Pending) throw BulletSoftBodyPINVOKE.SWIGPendingException.Retrieve();
 }
 internal static HandleRef getCPtr(SWIGTYPE_p_btVector4 obj) {
   return (obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr;
 }