Celeritas
0.5.0-56+6b053cd
|
Result of finding a point on a grid for interpolating. More...
#include <FindInterp.hh>
Public Attributes | |
size_type | index {} |
Lower index into the grid. | |
T | fraction {} |
Fraction of the value between its neighbors. | |
Result of finding a point on a grid for interpolating.
The resulting index will be in [0, grid.size() - 1) and the fraction will be in [0, 1).