Home | History | Annotate | Download | only in launcher2

Lines Matching refs:focalLength

1462         private float focalLength;
1465 focalLength = foc;
1469 return (1.0f - focalLength / (focalLength + input)) /
1470 (1.0f - focalLength / (focalLength + 1.0f));