<Ray Casting Algorithm>=
  public void raycast() {
    for all pixels (x, y) {
    for all objects {
         compare z;
      }
    }
  }