Searched refs:currentSlope (Results 1 – 1 of 1) sorted by relevance
112 auto currentSlope = _getSlope(aGuessT, outTangent.x, inTangent.x); in NewtonRaphsonIterate() local113 if (currentSlope == 0.0f) return aGuessT; in NewtonRaphsonIterate()114 aGuessT -= currentX / currentSlope; in NewtonRaphsonIterate()