Searched refs:keyPointPercent (Results 1 – 1 of 1) sorted by relevance
467 float keyPointPercent = (percent - fromPercent) / (toPercent - fromPercent); in calculatePercentFromKeyPoints() local471 keyPointPercent = calculatePercentForSpline(keyPointPercent, index); in calculatePercentFromKeyPoints()473 return (toKeyPoint - fromKeyPoint) * keyPointPercent + fromKeyPoint; in calculatePercentFromKeyPoints()