Home | History | Annotate | Download | only in common

Lines Matching refs:P2

596         private static final float P2 = 1.0f - END_TENSION * (1.0f - INFLEXION);
617 tx = coef * ((1.0f - x) * P1 + x * P2) + x * x * x;
634 SPLINE_TIME[i] = coef * ((1.0f - y) * P1 + y * P2) + y * y * y;