Searched refs:tCubed (Results 1 – 1 of 1) sorted by relevance
267 float tCubed = tSquared * t; in cubicCoordinateCalculation() local269 + (3 * oneMinusT * tSquared * p2) + (tCubed * p3); in cubicCoordinateCalculation()