Searched refs:tInflects (Results 1 – 1 of 1) sorted by relevance
220 double tInflects[2]; in CubicPathToSimple() local221 int inflections = cubic.findInflections(tInflects); in CubicPathToSimple()222 if (inflections > 1 && tInflects[0] > tInflects[1]) { in CubicPathToSimple()224 swap(tInflects[0], tInflects[1]); in CubicPathToSimple()228 double hi = index < inflections ? tInflects[index] : 1; in CubicPathToSimple()