public SWIGTYPE_p_int expandNonInitializing() {
   SWIGTYPE_p_int ret = new SWIGTYPE_p_int(BulletSoftBodyPINVOKE.btAlignedObjectArrayInt_expandNonInitializing(swigCPtr), false);
   return ret;
 }
 public SWIGTYPE_p_int expand() {
   SWIGTYPE_p_int ret = new SWIGTYPE_p_int(BulletSoftBodyPINVOKE.btAlignedObjectArrayInt_expand__SWIG_1(swigCPtr), false);
   return ret;
 }
 public virtual void getLockedVertexIndexBase(SWIGTYPE_p_p_unsigned_char vertexbase, SWIGTYPE_p_int numverts, SWIGTYPE_p_PHY_ScalarType type, SWIGTYPE_p_int vertexStride, SWIGTYPE_p_p_unsigned_char indexbase, SWIGTYPE_p_int indexstride, SWIGTYPE_p_int numfaces, SWIGTYPE_p_PHY_ScalarType indicestype, int subpart)
 {
     BulletCollisionPINVOKE.btTriangleIndexVertexArray_getLockedVertexIndexBase__SWIG_0(swigCPtr, SWIGTYPE_p_p_unsigned_char.getCPtr(vertexbase), SWIGTYPE_p_int.getCPtr(numverts), SWIGTYPE_p_PHY_ScalarType.getCPtr(type), SWIGTYPE_p_int.getCPtr(vertexStride), SWIGTYPE_p_p_unsigned_char.getCPtr(indexbase), SWIGTYPE_p_int.getCPtr(indexstride), SWIGTYPE_p_int.getCPtr(numfaces), SWIGTYPE_p_PHY_ScalarType.getCPtr(indicestype), subpart);
     if (BulletCollisionPINVOKE.SWIGPendingException.Pending) throw BulletCollisionPINVOKE.SWIGPendingException.Retrieve();
 }
 internal static HandleRef getCPtr(SWIGTYPE_p_int obj)
 {
     return (obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr;
 }
Example #5
0
 public int rayTest(SWIGTYPE_p_btVector3 rayFrom, SWIGTYPE_p_btVector3 rayTo, SWIGTYPE_p_float mint, SWIGTYPE_p_btSoftBody__eFeature___ feature, SWIGTYPE_p_int index, bool bcountonly)
 {
     int ret = BulletSoftBodyPINVOKE.btSoftBody_rayTest__SWIG_1(swigCPtr, SWIGTYPE_p_btVector3.getCPtr(rayFrom), SWIGTYPE_p_btVector3.getCPtr(rayTo), SWIGTYPE_p_float.getCPtr(mint), SWIGTYPE_p_btSoftBody__eFeature___.getCPtr(feature), SWIGTYPE_p_int.getCPtr(index), bcountonly);
     if (BulletSoftBodyPINVOKE.SWIGPendingException.Pending) throw BulletSoftBodyPINVOKE.SWIGPendingException.Retrieve();
     return ret;
 }
Example #6
0
 public void indicesToPointers(SWIGTYPE_p_int map)
 {
     BulletSoftBodyPINVOKE.btSoftBody_indicesToPointers__SWIG_0(swigCPtr, SWIGTYPE_p_int.getCPtr(map));
 }
 public SWIGTYPE_p_int expand(int fillValue)
 {
     SWIGTYPE_p_int ret = new SWIGTYPE_p_int(BulletCollisionPINVOKE.btAlignedObjectArrayInt_expand__SWIG_0(swigCPtr, fillValue), false);
     return ret;
 }