27 GridGeometry(
double angle_,
double radius_,
double start_aug_,
double radius_aug_,
double fov_);
Structure to hold grid geometry parameters and provide utility functions.
double radius_augmentation
int get_bin_index(double x, double y) const
Compute bin index for a given (x, y)
int get_slice_index(double x, double y) const
Compute slice index for a given (x, y)
double start_augmentation
int get_num_slices() const
Get the number of slices in the grid.
int get_num_bins(double range) const
Get the number of bins for a given range.