BulletCSharp.btVoronoiSimplexSolver.getCPtr C# (CSharp) Method

getCPtr() static private method

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