BulletCSharp.btSubSimplexClosestResult.getCPtr C# (CSharp) Method

getCPtr() static private method

static private getCPtr ( btSubSimplexClosestResult obj ) : HandleRef
obj btSubSimplexClosestResult
return System.Runtime.InteropServices.HandleRef
        internal static HandleRef getCPtr(btSubSimplexClosestResult obj)
        {
            return (obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr;
        }