Home | History | Annotate | Download | only in launcher3

Lines Matching refs:focalLength

1743         private float focalLength;
1746 focalLength = foc;
1750 return (1.0f - focalLength / (focalLength + input)) /
1751 (1.0f - focalLength / (focalLength + 1.0f));