Exemple #1
0
 public Ray RayForPixel(int px, int py)
 {
     return(_rayProvider.RayForPixel(px, py, this));
 }