BulletCSharp.btConvexHullComputer.compute C# (CSharp) Method

compute() public method

public compute ( SWIGTYPE_p_double coords, int stride, int count, float shrink, float shrinkClamp ) : float
coords SWIGTYPE_p_double
stride int
count int
shrink float
shrinkClamp float
return float
        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;
        }

Same methods

btConvexHullComputer::compute ( SWIGTYPE_p_float coords, int stride, int count, float shrink, float shrinkClamp ) : float