예제 #1
0
 internal static HandleRef getCPtr(SWIGTYPE_p_b2PointState obj)
 {
     return (obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr;
 }
예제 #2
0
파일: Box2D.cs 프로젝트: vanoseva/Box2DCS
 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));
 }