Searched refs:initialSlope (Results 1 – 1 of 1) sorted by relevance
83 auto initialSlope = _getSlope(guessForT, outTangent.x, inTangent.x); in getTForX() local84 if (initialSlope >= NEWTON_MIN_SLOPE) return NewtonRaphsonIterate(aX, guessForT); in getTForX()85 else if (initialSlope == 0.0) return guessForT; in getTForX()