public bool searchValidNearby(ValidStateSampler sampler, State state, State near, double distance)
        {
            bool ret = ompl_basePINVOKE.SpaceInformation_searchValidNearby__SWIG_1(swigCPtr, ValidStateSampler.getCPtr(sampler), State.getCPtr(state), State.getCPtr(near), distance);

            if (ompl_basePINVOKE.SWIGPendingException.Pending)
            {
                throw ompl_basePINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
Exemple #2
0
 private global::System.IntPtr SwigDirectorMethodInvoke(global::System.IntPtr arg0)
 {
     return(ValidStateSampler.getCPtr(Invoke((arg0 == global::System.IntPtr.Zero) ? null : new SpaceInformation(arg0, true))).Handle);
 }