Searched refs:foc (Results 1 – 2 of 2) sorted by relevance
1693 public ZInterpolator(float foc) { in ZInterpolator() argument1694 focalLength = foc; in ZInterpolator()
1441 public ZInterpolator(float foc) {1442 focalLength = foc;1456 public InverseZInterpolator(float foc) {1457 zInterpolator = new ZInterpolator(foc);