getCPtr() static private method

static private getCPtr ( SWIGTYPE_p_double obj ) : HandleRef
obj SWIGTYPE_p_double
return System.Runtime.InteropServices.HandleRef
        public float compute(SWIGTYPE_p_double coords, int stride, int count, float shrink, float shrinkClamp)
        {
            float ret = LinearMathPINVOKE.btConvexHullComputer_compute__SWIG_1(swigCPtr, SWIGTYPE_p_double.getCPtr(coords), stride, count, shrink, shrinkClamp);

            return(ret);
        }