Exemple #1
0
 public static void b2GetPointStates(SWIGTYPE_p_b2PointState state1, SWIGTYPE_p_b2PointState state2, b2Manifold manifold1, b2Manifold manifold2)
 {
     Box2DPINVOKE.b2GetPointStates(SWIGTYPE_p_b2PointState.getCPtr(state1), SWIGTYPE_p_b2PointState.getCPtr(state2), b2Manifold.getCPtr(manifold1), b2Manifold.getCPtr(manifold2));
 }
Exemple #2
0
 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(SWIGTYPE_p_b2PointState obj)
 {
     return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr);
 }