Searched defs:derivative (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Camera2/src/com/android/camera/ui/motion/
H A DUnitBezier.java85 float derivative = fn.derivative(input);
86 if (Math.abs(derivative) < EPSILON) {
89 input = input - value / derivative;
125 float derivative(float x); method in interface:UnitBezier.DerivableFloatFn
153 public float derivative(float x) { method in class:UnitBezier.CubicBezierFn

Completed in 35 milliseconds