Exemplo n.º 1
0
        public static bool b2ShapeCast(b2ShapeCastOutput output, b2ShapeCastInput input)
        {
            bool ret = Box2dPINVOKE.b2ShapeCast(b2ShapeCastOutput.getCPtr(output), b2ShapeCastInput.getCPtr(input));

            return(ret);
        }
Exemplo n.º 2
0
 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(b2ShapeCastOutput obj)
 {
     return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr);
 }