internal static HandleRef getCPtr(SWIGTYPE_p_p_btSoftBody obj)
 {
     return (obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr;
 }
Ejemplo n.º 2
0
 public static void solveCommonConstraints(SWIGTYPE_p_p_btSoftBody bodies, int count, int iterations)
 {
     BulletSoftBodyPINVOKE.btSoftBody_solveCommonConstraints(SWIGTYPE_p_p_btSoftBody.getCPtr(bodies), count, iterations);
 }
 internal static HandleRef getCPtr(SWIGTYPE_p_p_btSoftBody obj)
 {
     return((obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr);
 }