BulletCSharp.btVector3.maxDot C# (CSharp) Method

maxDot() public method

public maxDot ( btVector3 array, int array_count, SWIGTYPE_p_float dotOut ) : int
array btVector3
array_count int
dotOut SWIGTYPE_p_float
return int
        public int maxDot(btVector3 array, int array_count, SWIGTYPE_p_float dotOut)
        {
            int ret = LinearMathPINVOKE.btVector3_maxDot(swigCPtr, btVector3.getCPtr(array), array_count, SWIGTYPE_p_float.getCPtr(dotOut));
            if (LinearMathPINVOKE.SWIGPendingException.Pending) throw LinearMathPINVOKE.SWIGPendingException.Retrieve();
            return ret;
        }