public class FanBeamProjector2D
extends java.lang.Object
| Constructor and Description | 
|---|
| FanBeamProjector2D(double focalLength,
                  double maxBeta,
                  double deltaBeta,
                  double maxT,
                  double deltaT)Creates a new instance of a fan-beam projector | 
| Modifier and Type | Method and Description | 
|---|---|
| Grid2D | projectRayDriven(Grid2D grid) | 
| Grid2D | projectRayDrivenCL(Grid2D grid)Input scene | 
public FanBeamProjector2D(double focalLength,
                  double maxBeta,
                  double deltaBeta,
                  double maxT,
                  double deltaT)
focalLength - the focal lengthmaxBeta - the maximal rotation angledeltaBeta - the step size between source positionsmaxT - the length of the detector arraydeltaT - the size of one detector element