Exemplo n.º 1
0
 internal static HandleRef getCPtr(SWIGTYPE_p_b2PointState obj)
 {
     return (obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr;
 }
Exemplo n.º 2
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));
 }