typedef struct {
  Sweep_header h;
  Ray **ray; /* ray[0..nrays-1]. */
} Sweep;